Thank you for checking. was hoping as there would be a way using the API after looking at the example in the link you shared (https://docs.appdynamics.com/display/PRO43/Configuration+Import+and+Export+API)
It does have the term warroom in it. was hoping that their could be some addtional code that would help get the information.
Any idea why they have mentioned warRoom.
Example
curl --user user1@customer1:secret http://demo.appdynamics.com/controller/CustomDashboardImportExportServlet?dashboardId=8
{
"schemaVersion" : null,
"dashboardFormatVersion" : "3.0",
"name" : "Analytics-BrowserData",
...
"warRoom" : false,
"template" : false
}
... View more