Splunk AppDynamics

Curl command to use API for pushing/importing dashboard by using client secret and temporary access token

mshaik39
Explorer

Hi team,

Could you please guide me on how to push/import the dashboard using the client's secret and temporary access token? 

Thankyou

Labels (1)
Tags (2)
0 Karma
1 Solution

iamryan
Community Manager
Community Manager

Hi @Mohammed Saad.Shaikh,

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.

View solution in original post

Sunil_Agarwal
Communicator

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

iamryan
Community Manager
Community Manager

Hi @Mohammed Saad.Shaikh,

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.

Get Updates on the Splunk Community!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...