API Guide

"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.
/api/AlertService/AlertCatalogs(Id)
This URI represents a specific alert catalog.
GET method for AlertCatalogs(Id)
This method returns the details of a specific alert catalog.
Description
Returns the details of a specific alert catalog.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#AlertService.AlertCatalog/$entity",
"@odata.id": "/api/AlertService/AlertCatalogs(1000)",
"Id": 1000,
"CatalogName": "iDRAC",
"InternalName": "MIB-Dell-10892",
"ReleaseVersion": "7.4.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.
94 Alerts