Hi team,
Could you please guide me on how to push/import the dashboard using the client's secret and temporary access token?
Thankyou
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.
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
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.