API Guide

Table Of Contents
"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.
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/AlertMessageDefinitionsCategories
This URI represents the alert definition categories.
GET method for AlertMessageDefinitionsCategories
This method returns the list of alert definition categories.
Description
Returns the alert definition categories.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(AlertService.AlertMessageDefinitionCategory)",
"@odata.count": 6,
"value":
[
{"@odata.type":
"#AlertService.AlertMessageDefinitionCategory", "@odata.id": "/api/
AlertService/AlertMessageDefinitionsCategories('Audit')",},
{"@odata.type":
"#AlertService.AlertMessageDefinitionCategory", "@odata.id": "/api/
AlertService/AlertMessageDefinitionsCategories('Configuration')",},
{"@odata.type":
"#AlertService.AlertMessageDefinitionCategory", "@odata.id": "/api/
AlertService/AlertMessageDefinitionsCategories('Storage')",},
{"@odata.type":
Alerts 147