Hi, I am trying to access the REST API for an on-premises controller. I followed the instructions on this for my version of AppDynamics - API Clients (appdynamics.com) I created an API Client, generated the client ID, secret and I am able to generate the token by accessing the 'controller/api/oauth/access_token' endpoint. But when I use the Authentication token and/or the username/password for accessing any other endpoint, I am getting a 500 Internal Server Error response. Any suggestions on how to resolve this?
... View more