PATCH – Log Service Instance
Request
Chassis
PATCH https://{{ip}}/redfish/v1/Chassis/{{chassis_instance}}/LogServices/{{chassis_log_instance}}
Content-Type: application/json
Manager
PATCH https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/LogServices/{{manager_log_instance}}Content-Type: application/json
System
PATCH https://{{ip}}/redfish/v1/Systems/{{system_instance}}/LogServices/{{system_log_instance}}
Content-Type: application/json
Telemetry
PATCH https://{{ip}}/redfish/v1/TelemetryService/LogService
Content-Type: application/json
Request body
Please refer to the properties that are patchable in Log Service Properties for which read-only is False that can be sent as Request body in json format.
Example
{
"ServiceEnabled": true
}
Response
The response status 204, means success and the response body should not be return.
The response status 200 means success and the response body is a GET Response with the changed values specified in the Patchable properties in Request body.
Give documentation feedback