API Guide

"Description": "Online Status of Managed device"
},
{
"Id": 7400,
"Name": "Health Status of Managed device",
"Description": "Health Status of Managed device"
}
]
}
}
Table 51. Attributes
Attribute name Description
Name Name of the catalog for the category.
CategoriesDetails
Id ID of the category associated on the catalog.
Name Name of category.
Catalog Name Name of the catalog for which the category is associated.
SubCategoryDetails
Id ID of subcategory.
Name Name of subcategory.
Description Description of subcategory.
/api/AlertService/AlertSeverities
This URI represents the alert severities.
GET method for AlertSeverities
This method returns all the severities applicable to an alert.
Description
Returns all the severities applicable to an alert.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Collection(AlertService.AlertSeverity)",
"@odata.count": 5,
"value": [
{
"@odata.id": "/api/AlertService/AlertSeverities(1)",
"Id": 1,
"Name": "Unknown",
"Description": "Unknown"
},
{
"@odata.id": "/api/AlertService/AlertSeverities(2)",
"Id": 2,
"Name": "Info",
"Description": "Info"
},
{
"@odata.id": "/api/AlertService/AlertSeverities(4)",
"Id": 4,
"Name": "Normal",
90 Alerts