Skip to main content

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.

FieldTypeDescription

PowerControl

ObjectExpanded.
 

PowerLimit

ObjectExpanded.
  

LimitInWatts

NumberThe 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 CodeError Message ID
400PropertyValueTypeError, Conflict
500InternalError