Skip to main content

PATCH – Systems Instance

Request

PATCH https://{{ip}}/redfish/v1/Systems/{{system_instance}}
Content-Type: application/json

Request body

Please refer to the rpopertiesthat are patchable in ComputerSystem Properties for which ReadOnly is False that can be sent as Request body in JSON format except for Boot Properties which can be patched only with the Systems/Self/SD or the Future Settings URI..

Request example

{
"AssetTag": "Free form asset tag",
"IndicatorLED": "Off",
"HostName": "System1",
"PowerRestorePolicy": "AlwaysOn"
}

Response

The response status is 204.

For Error Responses, please refer to Error Response.

Note
Out Of Band PATCH for the System instances will blocked during the Host System Booting until the inventory is processed by the redfish service and the request will respond with status code 503 and Service Not Available message.