API Guide

Table Of Contents
Table 73. Attributes (continued)
Attribute name Description
Name Name of the action template.
Description Extra description of the action template.
Disabled Indicates if the template is enabled or disabled.
ParameterDetails Extra parameter that the template can carry and apply.
/api/AlertService/Actions/AlertService.EnableAlertPolicies
POST method for AlertService.EnableAlertPolicies
This method enables the selected alert policies.
Description Enables the selected alert policies.
Privilege MONITORING_SETUP
HTTP response
codes
201
Example
Input:
{
"AlertPolicyIds": [100,200,300]
}
Or
Input:
{
"AllPolicies": true
}
Output:
/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
Input:
{
"AlertPolicyIds": [100,200,300]
}
Or
Input:
{
"AllPolicies": true
}
104 Alerts