Developers Guide

Table Of Contents
/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.
/api/AlertService/Events
This URI represents the events.
POST method for Events
This method creates an event.
Description
Creates a Redfish event.
Privilege MONITORING_SETUP
HTTP response
codes
201
Example request
body
{
"Context": "OME-ModularSubsc",
"EventId": "0",
"EventTimestamp": "2016-11-19T10:54:26+0000",
"EventType": "Alert",
Alerts 135