User Manual

4-104
Chapter 4: Redfish Technology Pack
Name Type ReadOnly Description
Context String False A client-supplied Description that is stored with the event destination
subscription. This property shall contain a client supplied context that
will remain with the connection through the connections lifetime.
Protocol String True The protocol type of the event connection. This property shall contain
the protocol type that the event will use for sending the event to the
destination. A value of Redfish shall be used to indicate that the event
type shall adhere to that defined in the Redfish specification.
"enum": [ "Redfish" ]
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/EventService/Subscriptions/
{{Subscriptions_instance}}
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 49 Event Service Properties
for which ReadOnly is False that can be sent as Request body parameters in json
format.
Example Request Body:
{
“Context”: “Event_1”
}
• Response
The response status is success with status code as 204 and no body. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
C. DELETE
• Request
DELETE https://{{ip}}/redfish/v1/EventService/
Subscriptions/{{Subscriptions_instance}}
Content-Type: application/json
• Response
The response status is 204 and no response body. For Error Responses refer to
section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 104E16160_ASMB9-iKVM_UM_V3.indb 104 1/17/2020 2:29:32 PM1/17/2020 2:29:32 PM