Skip to main content

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

FieldTypeDescription

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 CodeError Message ID
500InternalError

Example

The following example JSON response is returned:

{
"Members": [
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/EE116883"
}
],
"@odata.type": "#EventDestinationCollection.EventDestinationCollection",
"@odata.id": "/redfish/v1/EventService/Subscriptions",
"Members@odata.count": 1,
"@odata.etag": "\"1554223063641\"",
"Name": "Subscriptions",
"@odata.context": "/redfish/v1/$metadata#EventDestinationCollection.EventDestinationCollection"
}