Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
01-22-2018 08:12 AM
Hi Team,
We have thousands of Custom Dashboards created by several users for hundreds of applications, Now we are in the process of Renaming Custom Dashboards, is there a way or any API we have to get the list of all Custom Dashboards together? what application metrics it has? who created it? rather going into each dashboard. I see in the GITHUB we have REST API which gives the details for each custom dashboard but not all at once.
please look that the screenshot below when we click on dashboards, is there a way to export that list?
Thank you,
Santhosh Indukuri
Solved! Go to Solution.
01-23-2018 10:27 AM
Here is the solution for this
Enable developer tools on Chrome browser -> Network tab
Click On "Dashboards & Reports" tab -> Click on Dashboards link -> This list the dashboard list (your shared SS)
In the network tab, you will find a HTTP call:
/controller/restui/dashboards/getAllDashboardsByType/false
The response tab for this call will contain the JSON output containing the result set for all the dashboards.
This is RESTUI HTTP calls and not REST API call. (all supported REST API calls have /controller/rest/ URI prefix)
but still we need to go inside each dashboard to know what application metrics it collects.
Thank you,
Santhosh Indukuri
User | Count |
---|---|
4 | |
2 | |
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