PATCH – Update power management properties
Use the PATCH method to update properties in Power resource for Redfish service.
Request URL
Note
This setting is not supported on the below systems: AMD-based systems and systems without XCC3 Premier license installed.
PATCH https://<BMC_IPADDR>/redfish/v1/Chassis/1/Power
Request body
Properties to be updated are shown as below, all of these properties can be changed individually.
| Field | Type | Description | |||
|---|---|---|---|---|---|
PowerControl | Object | Expanded. | |||
PowerLimit | Object | Expanded. | |||
LimitInWatts | Number | The Power limit in watts. Null means power capping disabled | |||
Response
The response returns same content as GET operation with updated properties.
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 400 | PropertyValueTypeError, Conflict |
| 500 | InternalError |
Give documentation feedback