API Guide

]
},
{
"Id": 1003,
"Name": "Audit",
"CatalogName": "Application",
"SubCategoryDetails": [
{
"Id": 7600,
"Name": "Device Compliance",
"Description": "Device Compliance"
}
]
}
]
}
}
Table 50. 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/AlertCategories('Name')
This URI represents the alert categories for a specific catalog within the collection.
GET method for AlertCategories('Name')
This method returns the alert categories for a specific catalog.
Description
Returns the details of a specific alert category.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#AlertService.AlertCategories/$entity",
"@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",
Alerts 89