Skip to main content

PATCH – Change Chassis Values

Request

PATCH https://{{ip}}/redfish/v1/Chassis/{{chassis_instance}}
Content-Type: application/json

Request body

Please refer to the properties that are patchable in Chassis Properties for which ReadOnly is False that can be sent as Request body in JSON format.

Request example

{
"AssetTag":"abcd",
"IndicatorLED":"Off"
}

Response

The response status is 204 and no response body. For Error Responses, please refer to Error Response.