There is a lot of manual effort involved if we create dashboards manually; the same is true for business transactions.
Since we configure the same application across multiple environments this creates a lot of redundant manual work.
Is there any option to automate it?
Has anyone tried using the REST API?
Are there any other options involved?
Hi Subhra.Pan,
I'm part of AppD Professional Services and the author of the AppDash tool that Jeanie linked to.
AppDash doesn't yet support adding in your own dashboard and then replicating it to multiple applications. It's actually something that I'm working on adding to it, but not quite finished.
However, here is the REST API you can use to do it yourself. It's the same API I use in AppDash.
Here is an updated link to a newer version of that AppD Docs page: https://docs.appdynamics.com/display/PRO45X/Configuration+Import+and+Export+API#ConfigurationImporta...
At a high level, you could export the dashboard JSON, replace wherever it says your application name with a template string, create a json for each application filling in the template string, then calling the REST API to upload it.
Cheers!
Hi Subhra.Pan,
I'm part of AppD Professional Services and the author of the AppDash tool that Jeanie linked to.
AppDash doesn't yet support adding in your own dashboard and then replicating it to multiple applications. It's actually something that I'm working on adding to it, but not quite finished.
However, here is the REST API you can use to do it yourself. It's the same API I use in AppDash.
Here is an updated link to a newer version of that AppD Docs page: https://docs.appdynamics.com/display/PRO45X/Configuration+Import+and+Export+API#ConfigurationImporta...
At a high level, you could export the dashboard JSON, replace wherever it says your application name with a template string, create a json for each application filling in the template string, then calling the REST API to upload it.
Cheers!
Appdynamics Team,
Is there a way to replicate the Business Transaction grouping and application instrumentation across all our application monitoring.
We do not want to replicate the work on all applications as extensive effort is done on a specific customer application monitored for strategic reasons.
Hi @Anonymous
Thank you for posting your query on the AppDynamics Community.
To create Dashboards using REST API, we have developed a tool and is available on Github.
If you are unable to self-service, we recommend contacting your AppDynamics representatives. They can put you in touch with the Professional Service for further assistance.
Let us know how it goes.
Thanks for posting a link to the API documentation.
We use on-premise AppD. I don't think I have an account that can access the documentation you referenced. We also use version 21.2.
Thanks for any help you can provide.
Hi @Robert.Bratton,
I have found the more recent version of that API Documentation here: https://docs.appdynamics.com/21.2/en/extend-appdynamics/appdynamics-apis/configuration-import-and-ex...
Here is an additional link as well.
Is there an API call to get a list of custom dashboards? I don't see one in the docs for 21.2. Thanks!
Hi @Robert.Bratton,
Let me know if this is what you're looking for. https://docs.appdynamics.com/4.5.x/en/extend-appdynamics/appdynamics-apis/configuration-import-and-e...