I want to import/export all the information on the "Show Transaction Thresholds" page Under Configuration: Slow Transaction Threshold, Very Slow Transaction Threshold, Stall, etc. We want to make sure we're consistent across applications. We have man...
The URI above does not give me any errors but returns an empty array even though my API account has dashboard view and admin permissions. If this URI was replaced by another, it seems that the old one should give an error.
I was able to make it work by inserting the X-CSRF-Token as a header. <code>$uri = $BaseURL + "/controller/auth?action=login"Invoke-WebRequest -uri $uri -headers $Headers -SessionVariable WebSession | out-null$Uri = $BaseURL + "/controller/restui/das...
Thanks for the tip. I have viewed the API documentation.Only the export API supports listing dashboards. I can't access that with the normal account I use for the AppDynamics web UI and non-export API methods (/controller/restui/dashboards/getAllDash...
How can a Windows service (Machine Agent or .NET Agent) continue communicating with a controller when it is successfully stopped? If that's the case, it seems like a design flaw that needs to be addressed by AppD APM development.