Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
10-18-2018 11:53 AM - last edited on 10-18-2018 02:01 PM by Nina.Wolinsky
How can i delete de health rule of a especific application?
Thanks.
[This question originated on this article: How to use an API to enable or disable health rules and policies]
10-19-2018 01:58 AM
Hi,
We do not have REST API to delete the health rule. However, here is the way to do delete health rules:
Select id, name from policy where name like '%health_rule_name%';
curl -i --user admin@customer1:admin http://localhost:8090/controller/auth?action=login
HTTP/1.1 200 OK
cache-control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Set-Cookie: JSESSIONID=8edd9e48f2ec26cbeeb6f24126b5; Path=/controller; HttpOnly
Set-Cookie: X-CSRF-TOKEN=46f1d4590d4955d55a1428e53b8d495fd57bdcd7
Date: Fri, 28 Jul 2017 11:21:15 GMT
Content-Length: 0
curl -X POST -H "Cookie:JSESSIONID=8edd9e48f2ec26cbeeb6f24126b5;" -H "X-CSRF-TOKEN:46f1d4590d4955d55a1428e53b8d495fd57bdcd7" -H "Content-Type: application/json" -H "Accept: application/json" http://localhost:8090/controller/restui/health_rules/delete -d [Health_rule_ids]
PS: replace localhost, port and credentials and Health_rule_ids as required.
Thanks,
Yogesh
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form