API Guide
"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"
}
]
}
]
}
}
Table 52. 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
Input:
Output:
{
"@odata.context": "$metadata#AlertService.AlertCategories/$entity",
"@odata.id": "/api/AlertService/AlertCategories('Application')",
"Name": "Application",
"CategoriesDetails": [
{
"Id": 1000,
Alerts 79