API Guide

"Description": "The event was acknowledged"
}
Table 55. Attributes
Attribute name Description
Id ID of the alert status
Name Name of the alert status
Description Description of the alert status
/api/AlertService/AlertCatalogs
This URI represents the catalogs applicable to an event.
Table 56. Filters
Filter name Description
Top Top records to return. Default value is 100.
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 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,
Alerts
93