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:
{
"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"
}
Give documentation feedback