User Manual

4-102
Chapter 4: Redfish Technology Pack
4.3.37 Event SubscriptionCollection
It displays a collection of ID’s subscribed to this Redfish EventService and conforms to the
Event Destination Collection Schema.
A. GET
• Request
https://{{ip}}/redfish/v1/EventService/Subscriptions
Content-Type: application/json
• Response
Please refer to section
4.3.5 Computer System Collection
for the JSON response
properties.
B. POST
• Request
POST https://{{ip}}/redfish/v1/EventService/Subscriptions
Content-Type: application/json
Example POST Request Body:
{
“Context”: “ABCDEFGH”,
“Destination”: “http://10.0.145.99:3002/”,
“EventTypes”: [
“Alert”,
“StatusChange”
],
“Protocol”: “Redfish”
}
• Response
The response status is 201 and the response body is a GET Response with the
properties of the newly created EventDestination Entity as given below. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 102E16160_ASMB9-iKVM_UM_V3.indb 102 1/17/2020 2:29:32 PM1/17/2020 2:29:32 PM