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 t...
Hi @Sunil.Agarwal,Any idea how to resolve this?I am still getting the same error. I even tried accessing it internally from the linux server running the controller and getting the same error.
Hi Sunil,Thanks for your response. I am able to complete the steps from your solution and get the access token. But when I try to use the access token to access other APIs.Example: curl --user <username>@customer1:<password> -H "Authorization:Bearer ...