Developers Guide

Table Of Contents
/redfish/v1/EventService/Subscriptions
This URI represents subscriptions, which are a collection of event destinations. An event destination defines the target of an
event subscription including event types and context to provide the target in the event payload.
GET method for event subscriptions
This method returns a list of event subscriptions.
Description Returns a list of event subscriptions.
NOTE: The subscriptions collection includes both event subscribers and SSE sessions.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/redfish/
v1/$metadata#EventDestinationCollection.EventDestinationCollection",
"Members": [
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
b6d90bcd-3bbd-46d7-8bf3-ca9e93044a4f"
},
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
80ea7b7b-ee81-4172-bae3-9280bc601b8f"
},
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
e3fa29ab-e9da-47b7-b4ba-18c4bf3b9ba8"
},
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
543e0fe8-f76d-44e5-8371-4572e96d85c5"
},
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
e6491df7-4d7d-4e5f-b9aa-53c696ffd14b"
},
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
0d6a0a2b-d61b-4a8b-9fa2-c56b751743c4"
},
{
"@odata.id": "/redfish/v1/EventService/Subscriptions/
1c3d82b1-29bd-4616-acb5-667835400e5d"
}
],
"Description": "List of Event subscriptions",
"Members@odata.count": 7,
"Name": "Event Subscriptions Collection",
"@odata.id": "/redfish/v1/EventService/Subscriptions",
"@odata.type":
"#EventDestinationCollection.EventDestinationCollection"
}
POST method for event subscriptions
This method adds event subscriptions to the telemetry reports.
Description
Adds event subscriptions to the telemetry reports.
Redfish resource model 789