Hi all,I am trying to extract threshold values I have defined for some BTs under an app.I can find API calls to get controller level settings, health rules, apps in a controller etc. but nothing like threshold settings (the ones that are used to clas...
Hi all,Is there a way of extracting a list of EUM appkeys via API from a controller in the same way it is possible to extract the APM application list?eg. "https://<controller_name>.saas.appdynamics.com/controller/rest/applications"
I have trawled th...
Retrieving SAM data from the event server via RETS API, I get records like this:<metricId>11326213</metricId>\n<metricName>Hardware Resources|Service Availability|59|Success Rate (%)</metricName>\n<metricPath>Application Infrastructure Performance|Ro...
Good luck extracting data which the API doesn't give you. Whether you use python or anything else it doesn't detract to the basic fact that the API does not enable you to get to the data I am referring to. FYI, I use python too...
Rahul, you may be able to use the rollup feature to get better granularity (rollup=false).As Kenji said, aged data is aggregated and the base data is then deleted.However, you can change the number of days after which this happens, this is a controll...
Hi Mariothanks for this!I have tried and it works . Sample result below:[ {"name" : "WREN_Client_V2","appKey" : "XX-XXX-XXX-XXX","id" : 972,"monitoringEnabled" : true,"synTotalJobs" : 0.0,"metrics" : {"syntheticEndUserResponseTime" : {"metricId" : -...
Thanks for your suggestions Ryan.Unfortunately, we are not on prem so direct SQL access to DB is not possible. It must be done via API...Manual solution suggested is not an option either, looking for programmatic way.regards Philippe