API Guide

Attribute name Description
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"
}
]
},
{
"Id": 1003,
"Name": "Audit",
"CatalogName": "Application",
"SubCategoryDetails": [
{
"Id": 7600,
"Name": "Device Compliance",
"Description": "Device Compliance"
}
]
}
]
}
}
86
Alerts