User Manual
ASUS ASMB9-iKVM
4-101
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/EventService
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 49 Event Service Property
for which ReadOnly is False that can be sent as Request body in json format.
Example Request Body for Enabling or Disabling EventService:
{
“ServiceEnabled”: true,
}
• 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. POST
• Request
POST https://{{ip}}/redfish/v1/EventService/Actions/
EventService.SubmitTestEvent
Content-Type: application/json
Example POST Request Body :
{
“EventType”: “StatusChange”
}
• 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 101E16160_ASMB9-iKVM_UM_V3.indb 101 1/17/2020 2:29:32 PM1/17/2020 2:29:32 PM