API Guide

Table Of Contents
Example
response body
{
"@odata.context": "$metadata#Collection(AlertService.Alert)",
"@odata.count": 11,
"value":
[
{
"@odata.id": "/api/AlertService/Alerts(2)",
"Id": 2,
"SeverityType": 16,
"SeverityName": "Critical",
"AlertDeviceId": 1714,
"AlertDeviceName": "localhost.smd.devops.dell.com",
"AlertDeviceType": 1000,
"AlertDeviceIpAddress": "xx.xx.xx.xx",
"AlertDeviceMacAddress": "18:a9:9b:fd:cb:37",
"AlertDeviceIdentifier": "VBC1234",
"AlertDeviceAssetTag": "",
"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": "",
"AlertMessageType": "REDFISH"
}
]
}
Table 48. Attributes
Attribute name Description
Id Event record ID.
SeverityType ID of severity.
SeverityName Name of severity.
AlertDeviceId ID of device.
AlertDeviceName Name of device.
AlertDeviceType Device type ID.
AlertDeviceIpAddress IP address of device.
AlertDeviceMacAddress MAC address of device.
AlertDeviceIdentifier Identifier or Service Tag of device.
AlertDeviceAssetTag Asset tag of device.
DefinitionId ID of the definition associated to the alert.
CatalogName Catalog name associated to alert.
CategoryId Category ID associated to alert.
CategoryName Category name associated to alert.
SubCategoryId Sub category ID associated to alert.
SubCategoryName Sub category name associated to alert.
Alerts 79