PATCH – Event Service
Request
PATCH https://{{IP}}/redfish/v1/EventService
Content-Type: application/json
Request body
Please refer to the EventService Properties that are patchable in for which ReadOnly is False that can be sent as Request body in JSON format.
Request example
{
"ServiceEnabled": true,
}
Response
The response status is success with status code as 204 and no body.
For Error Responses, please refer to Error Response.
Give documentation feedback