API Guide

"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')",
"MessageId": "RAC0600",
"Prefix": "RAC",
"SequenceNo": 600,
"Message": "Unable to retrieve the temperature information.",
"RecommendedAction": "Power on the server. If the server is already
powered on, wait for a few minutes and refresh the page. If the problem
persists, contact service provider.",
"Severity": "Warning",
"Category": "Configuration",
"SubCategory": null,
"DetailedDescription": ""
}
Table 76. Attributes
Attribute Description
MessageId ID of message definition.
Alerts 117