Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
07-21-2017 06:32 AM - edited 07-21-2017 06:32 AM
I have upgraded to 4.3 last week for our on premise environment. Since the update I have been unable to access the REST URL from the metric browser. It returns a 403 Access Forbidden error. I have also been unable to use a curl command such as curl -i --user c***@customer1:****https://appdynamics.******.com/controller/rest/applications/SvcMgmt-Remedy9-Prod/metric-data?metric-.... It did work a couple days ago but then it failed again.
Does anyone have any suggestions about how to fix this?
Thanks
Solved! Go to Solution.
07-23-2017 11:45 PM
Hello Wesley,
Are you trying the REST API on the same browser where you have logged in to your controller?
If yes, then it will not work because since 4.3.3 we have implemented anti-CSRF token to prevent cross site vulnerabilities. It means alone jsessionID is not sufficient and it requires CSRF token as well which is not passed along if your are using the same browser session you logged into your SaaS controller.
You can do the following:
1) Either use a REST client where you can enter the username/password in the format username = <username>@<account-name> and password.
OR
2) Open a new browser or incognito mode to try the same URL and it will prompt you to enter the username and password.
Remember username is always <username>@<account-name>
Regards,
Pratik
06-13-2019 06:24 AM
Hi Pratik,
Thanks For your Valuable Reply. It worked for me as you suggested but it Didn't Returned any XML output ? It Just Returned
<metric-datas/>
Do we need to configure something to access this Rest API ? Please help me
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form