cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I use an API to create Health Rules and Policies

gautam_kumar
Producer

Hello,

 

I want to create health rules and policies using API for my monitoring checks. Can you please provide me a specific link for documentation>

 

Any sample script would also be helpful.

 

^ Edited by @Ryan.Paredez to improve the title and readability of the post. 

2 REPLIES 2

Brian.Wheeldon
AppDynamics Team (Retired)

Hi,

 

Importing and Exporting Health Rules and Policies are described with examples in the Configuration Import and Export API section of the docs.

 

Here are additional links

 

When you want to create health rules and policies using the API, you will typically start with an existing rule or policy, export it, modify it, then import it back into the same or different application or Controller. When you import a health rule or policy, you need to be careful that the assets it refers to (Metrics, Actions, etc.) exist in the target application or Controller.

 

Regards,

Brian Wheeldon

 

^ Edited by @Ryan.Paredez for formatting. 

 

Brian Wheeldon, Solution Engineer, NYC




Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

gurmit.arora
Architect

Update: my reply was posted this morning, not sure what happened when i tried to do it yesterday,

 

You can use the following link to for API to export the health rules

https://docs.appdynamics.com/display/PRO43/Configuration+Import+and+Export+API#ConfigurationImportan...

 

here is the link for import:

https://docs.appdynamics.com/display/PRO43/Configuration+Import+and+Export+API#ConfigurationImportan...

 

You will need to export one health check rule in order to understand and once you are comfortable updating the xml, you can update and import into the controller.