API Guide

{
"AllPolicies": true
}
Alert definitions
/api/AlertService/AlertMessageDefinitions
This URI represents the definitions for the alert messages.
Table 74. Filters
Filter name Description
Top Top records to return. Default value is 100.
Skip Maximum records to skip. Default value is 0.
MessageId Filter by message ID.
Category Filter by event ID.
SubCategory Filter by subcategory.
Message Filter by message.
Severity Filter by severity.
GET method for AlertMessageDefinitions
This method returns the definitions for all alert messages.
Description
Returns the definitions for all alert messages.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context":
"$metadata#Collection(AlertService.AlertMessageDefinition)",
"@odata.count": 3,
"value": [
{
"@odata.id": "/api/AlertService/AlertMessageDefinitions('RAC9000')",
"MessageId": "RAC9000",
"Prefix": "RAC",
"SequenceNo": 9000,
"Message": "Device has become non compliant.",
"RecommendedAction": "No response action is required.",
"Severity": "Critical",
"Category": "Configuration",
"SubCategory": null,
"DetailedDescription": "A device has become non compliant."
},
{
"@odata.id": "/api/AlertService/AlertMessageDefinitions('LOG9000')",
"MessageId": "LOG9000",
"Prefix": "LOG",
"SequenceNo": 9000,
116 Alerts