API Guide

Example request
body
{
"AlertPolicyIds": [100,200,300]
}
Or
{
"AllPolicies": true
}
/api/AlertService/Actions/
AlertService.DisableAlertPolicies
POST method for AlertService.DisableAlertPolicies
This method disables the selected alert policies.
Description Disables the selected alert policies.
Privilege MONITORING_SETUP
HTTP response
codes
201
Example request
body
Request:
{
"AlertPolicyIds": [100,200,300]
}
Or
InRequestput:
{
"AllPolicies": true
}
/api/AlertService/Actions/
AlertService.RemoveAlertPolicies
POST method for AlertService.RemoveAlertPolicies
This method removes the selected set of alert policies or all the alert policies.
Description
Removes the selected alerts policies.
Privilege MONITORING_SETUP
HTTP response
codes
201
Example request
body
{
"AlertPolicyIds": [100,200,300]
}
Or
Alerts 115