API Guide

Table 49. Attributes(continued)
Attribute name Description
Message Message describing the issue.
EemiMessage Event and Error Message describing the issue, if applicable.
RecommendedAction Recommended action for the alert.
AlertMessageId Event and Alert Message ID associated with the issue.
AlertVarBindDetails List of variable bindings of the alert, if applicable.
AlertMessageType Type of message—Internal, SNMP, Redfish, and so on.
/api/AlertService/Alerts(Id)
This URI represents a specific alert.
GET method for Alerts(Id)
This method returns the details of a specific alert.
Description Returns the details of a specific alert.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#AlertService.Alert/$entity",
"@odata.id": "/api/AlertService/Alerts(3)",
"Id": 3,
"SeverityType": 16,
"SeverityName": "Critical",
"AlertDeviceId": 1714,
"AlertDeviceName": "localhost.smd.devops.dell.com",
"AlertDeviceType": 1000,
"AlertDeviceIpAddress": "10.36.0.15",
"AlertDeviceMacAddress": "18:a9:9b:fd:cb:37",
"AlertDeviceIdentifier": "VBC1234",
"AlertDeviceAssetTag": null,
"DefinitionId": 1100,
"CatalogName": "NGM Chassis",
"CategoryId": 1000,
"CategoryName": "System Health",
"SubCategoryId": 7705,
"SubCategoryName": "Temperature",
"StatusType": 2000,
"StatusName": "Not-Acknowledged",
"TimeStamp": "2016-11-19 00:00:00.000",
"Message": "The system board battery is low.",
"EemiMessage": "The system board battery is low.",
"RecommendedAction": "NA",
"AlertMessageId": "BAT0000",
"AlertVarBindDetails": null,
"AlertMessageType": "REDFISH"
}
Table 50. Attributes
Attribute name Description
Id Event record ID.
74 Alerts