04 Aug 2022 01:38 PM - last edited on 11 Aug 2022 02:28 PM by MaciejNeumann
Anybody here tried migrating some Application settings from one env. to the other using API's? I'm trying to figure out how I could do this, but after looking throguh the community and API definition, I cannot find a schema specifically for web config. Any ideas? Is this possible?
Thanks for your help!
Solved! Go to Solution.
04 Aug 2022 02:17 PM
If I could answer my own question... The resolution is using Configuration API with RUM function https://www.dynatrace.com/support/help/shortlink/api-config-web-app. More exactly RUM - Web application https://your_url/api/config/v1/applications/web/APPLICATION-UNIQUE_ID .
04 Aug 2022 02:41 PM
Please check MONACO (MONitoring As COde) for automate the calls to those APIs
HTH
Yos
04 Aug 2022 02:43 PM
I know about it, but we're looking at the easiest solution that doesn't need any 3rd party solution. The API's are enough. I just couldn't find them from the beggining.
04 Aug 2022 02:50 PM
Stand corrected @sorin_zaharov
BTW IMO, Monaco is not 3rd party solution....its actually a dynatrace tool
Any how glad that you found out the solution for you API call issue.
All the best and stay safe
Yos
04 Aug 2022 02:52 PM
You're right. I meant to say a solution that doesn't need additional instalation/config.
Cheers!