- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Import custom dashboard as a war room template

I have a detailed dashboard built with numerous widgets.
I am trying to see if this can be made into a war room template.
Is there any way to import the saved json file of my dashboard into a war room template.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi there,
Check out this page in the docs: https://docs.appdynamics.com/display/PRO41/Export+and+Import+Custom+Dashboards+and+Templates
Specifically the section "Import Custom Dashboards and Templates with the REST API."
Let me know if this helps you.
Cody
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I did come across this article, but i believe it only gives me the option to import a custom dash board.
What I am looking for is a Warroom template to be created using an existing custom dashboard.
In other words
Export a custom dash board and import it to a warroom template that can be used to open warrooms.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi there,
I did come across this in our docs on war rooms: https://docs.appdynamics.com/display/PRO44/Virtual+War+Room -- but I'm not sure if that's what you're looking for. Let me ping the broader team.
Cody
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

This link helps to create a template from an existing warroom and not to import a custom dashboard as a warroom template
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I think one work around will be to make sure that the custom dashboard is shared and copy the shared URL.
Once you start the war room, you can add a new iframe widget and use the shared url of the dashboard.
Thanks
Gurmit.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

thats a good suggestion.
but looking for a way to import the json file of a dash board as a warroom template
🙂
that way the jason file can be edited and I can have custom warroom templates.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi,
I pinged the broader team and they said:
"We don't have a way to import/export warrooms as json files at this time. But we do have a way to save warrooms as templates in a database, and then we can reuse them by accessing the "Start Warroom from Templates" feature.
Cody
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 }
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Of course, happy to help!
