API Guide
/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
Input:
Output:
{
"@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 78. 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
108 Alerts