API Guide

Table Of Contents
"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,
"Message": "Event definition not found for Event.",
"RecommendedAction": "No response action is required.",
"Severity": "Informational",
"Category": "Configuration",
"SubCategory": null,
"DetailedDescription": "An unknwon event was received from a
device."
}
}
Table 75. Attributes
Attribute Description
MessageId ID of message definition.
Prefix A 3-letter prefix of the message.
SequenceNo Sequence number of the message.
Message Message indicating the issue.
RecommendedAction Recommended action for the message.
Severity Type of severity.
Category Category associated to the message.
SubCategory Subcategory associated with the message.
DetailedDescription Detailed description of the issue.
/api/AlertService/AlertMessageDefinitions(Id)
This URI represents a specific message definition.
GET method for AlertMessageDefinitions(Id)
This method returns the details of a specific message definition.
Description
Returns the definitions of a specific message.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#AlertService.AlertMessageDefinition/
$entity",
"@odata.id": "/api/AlertService/AlertMessageDefinitions('RAC0600')",
146 Alerts