PATCH – Update pending System settings
Use the PATCH method to update properties in System resource for Redfish service.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/Systems/1/Pending
Request body
Properties to be updated are shown as bellow, all of these properties can be changed individually.
Field | Type | Description | ||||
---|---|---|---|---|---|---|
Boot | Object | Expanded. | ||||
BootOrder | Array | Items: string Item count: N The pending data of BootOrder attributes. Item count shall not be “0”. | ||||
BootOrder[N] | String | BootOptionReference strings that represent the persistent boot order for with this computer system. |
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 |
503 | ServiceUnavailable |
Give documentation feedback