Reputation: 95
I'm new to APPDYNAMCS and looking for APPDYNAMICS Public Rest APIs for the below data. I'm able to find out a few of them but not all. Can someone help me with this? Thanks in Advance
Looking for REST APIs for the below data. 1.Configuration Items( Business Application, servers, business service, etc) and relationship among them. 2.Service Map data. 3.Raw Event. 4.Alert data. 5.Raw Metrics. 6.Raw Logs. 7.Raw Traces. 8.SLO/SLI data. 9.Real User Monitoring / Synthetic Monitoring data 10.User sessions data
Upvotes: 0
Views: 663
Reputation: 1
Different packages are available for AppDynamics
the artifact for java is appdynamics-api-java
For documentation, https://docs.appdynamics.com/display/PRO21/AppDynamics+APIs
Upvotes: 0
Reputation: 1
While ingmar is technically correct, the documentation doesnt cover all the APIs available. There are undocumented APIs that even that AppDynamics utilities on github use.
There is a utility called AppDynamics command line tool which does a good job at documenting the APIs. The commands are listed in its commands.yml file.
Another source of API knowledge is my own rapport for appdynamics project in which I use some of these undocumented APIs after having figured out how the controller uses them.
good luck!
Upvotes: 0
Reputation: 3500
All currently available AppDynamics APIs are documented here: https://docs.appdynamics.com/display/PRO21/AppDynamics+APIs
The main page includes a summary of what is available.
Upvotes: 0