Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-02-2018 03:48 AM
Hello,
Our Appdynamics is hosted on Saas and we want to extract all health rule config details like name, effects, conditions(warning, critical), enabled/diabled ,etc.
We want to use a curl command or REST api to extract it.
Can you please help here as we hosted AppD on SaaS.
04-02-2018 08:49 AM
Have you gone over the documentation already on how to do this? https://docs.appdynamics.com/display/PRO44/Configuration+Import+and+Export+API#ConfigurationImportan...
You will have to create a user with a password. Here is an example command with the username of restapiuser, and other generic vales in the needed fields.
curl -s --user restapiuser@customer1:password "http://controllerHost:8090/controller/healthrules/AppName" > AppNameHealthRules.out
04-06-2018 02:59 PM
You can also find the rest Api to use by enabling developer tools in your chrome browser and watching the rest Api calls made by the appdynamics controller ui. Also take a look at the appdynamics dexter code on github
02-04-2019 03:14 PM
This can be done for APM applications using https://github.com/Appdynamics/AppDynamics.DEXTER, specifically in https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Configuration-Report.
For all other types of applications, that is going to be in the next release per https://github.com/Appdynamics/AppDynamics.DEXTER/wiki#future-roadmap
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form