API Guide

Table Of Contents
Table 49. Attributes (continued)
Attribute name Description
SubCategoryName Sub category name associated to alert.
StatusType ID of status type.
StatusName Name of status type.
TimeStamp Date and time when the alert was raised.
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 messageInternal, 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,
76
Alerts