API Guide

Table 49. Attributes (continued)
Attribute name Description
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.
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 message—Internal, SNMP, Redfish, and so on.
/api/AlertService/AlertCategories
This URI represents all the alert categories.
GET method for AlertCategories
This method returns all the alert categories.
Description
Returns all alert categories.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Collection(AlertService.AlertCategories)",
"@odata.count": 3,
"value": [
{
"@odata.id": "/api/AlertService/AlertCategories('Application')",
"Name": "Application",
"CategoriesDetails": [
{
"Id": 1000,
"Name": "System Health",
"CatalogName": "Application",
"SubCategoryDetails": [
{
"Id": 7500,
"Name": "Online Status of Managed device",
"Description": "Online Status of Managed device"
},
{
"Id": 7400,
"Name": "Health Status of Managed device",
"Description": "Health Status of Managed device"
}
88 Alerts