API Guide

Table Of Contents
Table 57. Filters (continued)
Filter name Description
Skip Maximum records to skip. Default value is 0.
Id Filter by event ID. Default value is 0.
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
Input:
Output:
{
"@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 58. 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.
Alerts 83