Splunk AppDynamics

extract overall all configured alerts(Health Rule) in AppDynamics

Vikram_Mawinkat
New Member

Hello,

Our Appdynamics is hosted on Saas and we want to extract all health rule config details like name, effects, conditions(warning, critical), enabled/diabled ,etc.

We want to use a curl command or REST api to extract it.

Can you please help here as we hosted AppD on SaaS.

Labels (3)
Tags (1)
0 Karma

Daniel_Odievich
Path Finder

This can be done for APM applications using https://github.com/Appdynamics/AppDynamics.DEXTER, specifically in https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Configuration-Report.

For all other types of applications, that is going to be in the next release per https://github.com/Appdynamics/AppDynamics.DEXTER/wiki#future-roadmap

open768
Explorer

You can also find the rest Api to use by enabling developer tools in your chrome browser and watching the rest Api calls made by the appdynamics controller ui. Also take a look at the appdynamics dexter code on github

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Have you gone over the documentation already on how to do this? https://docs.appdynamics.com/display/PRO44/Configuration+Import+and+Export+API#ConfigurationImportan...

You will have to create a user with a password. Here is an example command with the username of restapiuser, and other generic vales in the needed fields.

curl -s --user restapiuser@customer1:password "http://controllerHost:8090/controller/healthrules/AppName" > AppNameHealthRules.out

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 ...