I have monitored 2 applications (one Java app and one node.js app) in Appdynamics, but when trying to query the applications, it returned NO applications. Appreciate your advice on what might be wrong. Thank you.
I also tried to copy the REST URL Path from the metrics browser:
https://<>.saas.appdynamics.com/controller/rest/applications/newhello/metric-data?metric-path=Overal...
And the return shows:
Hi Ryan,
Thanks for your reply. Yes, I was referring to the AppD Docs page, but it does not return any applications which are unexpected, because we have monitored several applications as can be seen from the UI screen captured above.
curl --user user1@customer1:your_password http://demo.appdynamics.com/controller/rest/applications
If you are hitting the API successfully and it's not returning any data, then its due the API client not having enough permissions. in Settings / Administration / API Clients select the Client Name from the list, and take a look at the roles assigned, if there is no roles or the client is given a role that does not have sufficient permissions, then the data will return empty.
I know this is from a year ago, but at least it's here in case someone else has a similar issue.
Hi @Min Si.Phang,
Have you seen this AppD Docs page? https://docs.appdynamics.com/21.2/en/extend-appdynamics/appdynamics-apis/application-model-api#Appli...
Please let me know if this helps.