PATCH – Update next-one-time boot configurations and other properties
Use the PATCH method to update properties in System resource for Redfish service.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/Systems/1
Request body
Properties to be updated are shown as below.
Field | Type | Description | |||
---|---|---|---|---|---|
Boot | Object | Describes boot information for the current resource. Changes to this object do not alter the BIOS persistent boot order configuration. | |||
BootSourceOverrideTarget | String | The current boot source to be used at next boot instead of the normal boot device, if BootSourceOverrideEnabled is “Once” or “Disabled”. | |||
UefiTargetBootSourceOverride | String | The UEFI Device Path of the device to boot from when BootSourceOverrideSupported is UefiTarget. | |||
BootSourceOverrideEnabled | String | Describes the state of the Boot Source Override feature. | |||
IndicatorLED | Object | The indicator light state for the indicator light associated with this system. |
Response
The response returns same content as GET operation with updated properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback