PATCH – Update chassis properties
Use the PATCH method to update properties in Chassis resource for Redfish service.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/Chassis/1
Request body
Properties to be updated are shown as bellow, all of these properties can be changed individually.
Field | Type | Description | |||
---|---|---|---|---|---|
AssetTag | String | The user assigned asset tag for this chassis. Maximum string length of AssetTag is 32. | |||
Location | Object | The location of chassis. | |||
Contacts | Array | An array of contact information. | |||
Contacts[0] | Object | Expanded. | |||
ContactName | String | Name of this contact. | |||
Placement | Object | A place within the addressed location. | |||
Rack | String | The name of a rack location within a row. | |||
RackOffset | Integer | The vertical location of the item, in terms of RackOffsetUnits. | |||
PostalAddress | Object | The postal address of the addressed Resource. | |||
Building | String | The name of the building. | |||
Location | String | The room designation or other additional information. | |||
Name | String | The name of the system. | |||
Room | String | The name or number of the room. | |||
IndicatorLED | String | The state of the indicator LED, used to identify the chassis. Available value is either “Lit” or “Blinking” or “Off”. | |||
Oem | Object | Expanded. | |||
Lenovo | Object | Expanded. | |||
FanSpeedBoost | String | The value should be set to either “Normal”, “Low”, “Medium” or “High”. |
Response
The response returns same content as GET operation with updated properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |