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-23-2023 09:40 AM
Hi team,
Could you please guide me on how to push/import the dashboard using the client's secret and temporary access token?
Thankyou
Solved! Go to Solution.
07-24-2023 09:48 AM
I did some searching in our AppD Documentation area and found this: https://docs.appdynamics.com/appd/23.x/latest/en/extend-appdynamics/appdynamics-apis/configuration-i...
Let me know if this helps.
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
07-26-2023 04:52 PM
Here is the API formate using Access Token:
Export Custom Dashboards and TemplatesLink to Export Custom Dashboards and Templates
curl -s -X POST -H 'Authorization: Bearer <Access_Token>' http://demo.appdynamics.com/controller/CustomDashboardImportExportServlet?dashboardId=8
Import Custom Dashboards and TemplatesLink to Import Custom Dashboards and Templates
curl -s -X POST -H 'Authorization: Bearer <Access_Token>' http://demo.appdynamics.com/controller/CustomDashboardImportExportServlet -F file=@customdashboards.json
User | Count |
---|---|
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