Hi Team,
I am trying to get violations data from appdynamics via APIs. Now I am using this API
https://appdynamics.com/controller/rest/applications/application_name/problems/healthruleviolations?&time-range-type=BEFORE_NOW&duration-in-mins=1440&output=json&rollup=false.
The issue is that it only get health rule events and I want all event data including Errors, slow transactions, Synthetic performance and other all events. But didn't find the specific API to do the same.
Could you please help me to get all event data?
Thanks in advance.