GET – Collection of event subscriptions
Use the GET method to retrieve the properties of event subscription collection resource for a server.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/EventService/Subscriptions
Request body
None
Response body
Field | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Description | String | This resource represents a Resource Collection of EventDestination instances for a Redfish implementation. | ||||||
Members | Array | Items: A reference link of the elements of event subscriptions. | ||||||
Name | String | Subscriptions |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.context": "/redfish/v1/$metadata#EventDestinationCollection.EventDestinationCollection",
"@odata.etag": "\"8C6E06D9\"",
"@odata.id": "/redfish/v1/EventService/Subscriptions",
"@odata.type": "#EventDestinationCollection.EventDestinationCollection",
"Description": "This resource represents a Resource Collection of EventDestination instances for a Redfish implementation.",
"Members": [],
"Members@odata.count": 0,
"Name": "Subscriptions"
}
Give documentation feedback