09 Oct 2023 12:22 PM - last edited on 10 Oct 2023 08:52 AM by MaciejNeumann
Hi team,
Actually we are migrating servers on prem to aws.I need existing setup configuration details in json format. In this scenario is there any way to get the data end to end information.
for example: for dashboards using api we are getting owner name,dashboard name,id. but not getting the management zone wise.
can you please help me
Solved! Go to Solution.
09 Oct 2023 12:37 PM
Hi @k_narayana
Have you looked up how to perform the migration in the documentation?
https://www.dynatrace.com/support/help/upgrade
You have there a step-by-step description of what to do:)
Radek
09 Oct 2023 01:06 PM
Hi @k_narayana ,
The documentation shared by @radek_jasinski is very good and detailed, so definitely have a read at that.
To add some more information on the migration of configurations, you can use the Settings API which will give you JSON structures for the different configurations of your environment, depending on the schema you use. For example, for management zones it would be builtin:management-zones. You can see all the schema, list all the objects and get the JSON for every object individually with the different endpoints described in the link above.
Example workflow: