API Guide

Table Of Contents
GET method for AlertCatalogs
This method returns the catalogs applicable to events.
Description Returns the catalogs applicable to events.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(AlertService.AlertCatalog)",
"@odata.count": 9,
"value": [
{
"@odata.id": "/api/AlertService/AlertCatalogs(1000)",
"Id": 1000,
"CatalogName": "iDRAC",
"InternalName": "MIB-Dell-10892",
"ReleaseVersion": "7.4.0",
"IsBuiltIn": true,
"IsVisible": true
},
{
"@odata.id": "/api/AlertService/AlertCatalogs(1001)",
"Id": 1001,
"CatalogName": "iDRAC",
"InternalName": "IDRAC-MIB-SMIv2",
"ReleaseVersion": "v3.3",
"IsBuiltIn": true,
"IsVisible": true
},
{
"@odata.id": "/api/AlertService/AlertCatalogs(1002)",
"Id": 1002,
"CatalogName": "iDRAC",
"InternalName": "MIB-Dell-10909",
"ReleaseVersion": "9.0.0",
"IsBuiltIn": true,
"IsVisible": true
}
}
Table 57. Attributes
Attribute name Description
Id Catalog ID.
CatalogName Name of the catalog.
InternalName Internal name associated with the catalog.
ReleaseVersion Catalog version.
IsBuiltIn Indicates if the catalog in built-in or is manually included.
IsVisible Indicates if the catalog is visible or hidden.
122 Alerts