API Guide

Table Of Contents
"Name": "System Health",
"CatalogName": "SNMPv2-MIB",
"SubCategoryDetails": [
{
"@odata.type":
"#AlertService.AlertSubCategory",
"Id": 7700,
"Name": "Other",
"Description": "Other"
}
]
}
]
},
{
"@odata.type": "#AlertService.AlertCategories",
"@odata.id": "/api/AlertService/AlertCategories('VMWare')",
"Name": "VMWare",
"IsBuiltIn": true,
"CategoriesDetails": [
{
"@odata.type": "#AlertService.AlertCategory",
"Id": 1,
"Name": "System Health",
"CatalogName": "VMWare",
"SubCategoryDetails": [
{
"@odata.type":
"#AlertService.AlertSubCategory",
"Id": 7700,
"Name": "Other",
"Description": "Other"
}
]
}
]
}
]
}
Table 50. Attributes
Attribute name Description
Name Name of the catalog for the category.
IsBuiltIn True for built-in catalog and false for catalog from customer
uploaded MIBs
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.
Alerts 117