21 Jun 2019 03:32 PM - last edited on 01 Sep 2022 10:53 AM by MaciejNeumann
Hi,
We have defined an application (www.x) to which a lot of configuration has been applied.
In a few days we will release an application with a different domain (www.y), but to which we will have to apply the same configurations as the other (www.x)
Is it possible to copy the application www.x and then change the name to www.y?
Regards Lazaro
Solved! Go to Solution.
21 Jun 2019 05:57 PM
Yes, you can use for it configuration API. This will allow you download JSON that will represent application A. Based on it you can create own message that will create preconfigured application B.
More details are here:
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/configuration-api/
Right now there is no option to clone application via GUI.
Sebastian
26 Jun 2019 01:48 PM
Hi Sebastian,
your answer is right, but the API unfortunately does not copy all the rules
Thanks anyway for this information.
Regards Lazaro