API Guide
Table 72. Attributes (continued)
Attribute name Description
Description Description of the action template.
Disabled Indicates if the template is enabled or disabled.
ParameterDetail Extra parameter that the template can carry and apply.
/api/AlertService/AlertActionTemplates(Id)
This URI represents a specific alert-action template.
GET method for AlertActionTemplates(Id)
This method returns a specific alert-action template.
Description Returns a specific alert-action template.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#AlertService.AlertActionTemplate/$entity",
"@odata.id": "/api/AlertService/AlertActionTemplates(50)",
"Id": 50,
"Name": "Email",
"Description": "Email",
"Disabled": true,
"ParameterDetails": []
}
Table 73. Attributes
Attribute name Description
Id ID of the action template.
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
114 Alerts