PATCH – Update pending BIOS settings
Use the PATCH method to update properties in BIOS resource for Redfish service.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/Systems/1/Bios/Pending
Request body
Properties to be updated are shown as bellow, all of these properties can be changed individually.
Field | Type | Description |
---|---|---|
Attributes | Object | Expanded, the pending data of BIOS attributes. |
Response
The response returns same content as GET operation with updated properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
200 | RebootRequired |
403 | InsufficientPrivilege |
500 | InternalError |
Give documentation feedback