PATCH – Update System PowerLimit properties
Use the PATCH method to update the PowerLimit resource properties.
Request URL
Note
This setting is not supported on the following systems: AMD-based systems, systems without XCC3 Premier license installed.
PATCH https://<BMC_IPADDR>/redfish/v1/Chassis/1/Controls/PowerLimit
Request body
Field | Type | Description | |||
---|---|---|---|---|---|
ControlMode | String | Disabled or Manual. | |||
SetPoint | Number | The desired set point of the control. If both SetPoint and ControlMode are given, if SetPoint is a number then ControlMode must be Manual, and if SetPoint is null then ControlMode must be Disabled, and vice versa, otherwise 400 Conflict is returned. |
Response
The response returns same content as GET operation with PowerLimit properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback