PATCH – Systems Instance FutureState (SD)
Request
PATCH https://{{ip}}/redfish/v1/Systems/{{system_instance}}/SD
Content-Type: application/json
Request example
Please refer to Boot Object for which read-only is False that can be. sent as Request body in json format.
{
"Boot": {
"BootSourceOverrideEnabled": "Once",
"BootSourceOverrideMode": "UEFI",
"BootSourceOverrideTarget": " UefiTarget",
"UefiTargetBootSourceOverride": "UEFI device path 2"
}
}
Response
The response status is 204. For Error Responses, please refer to Error Response.
Out Of Band request for this action will be blocked during the Host System Booting until the Inventory is processed by the redfish service and the request will respond with status code 503 and Service Not Available message.
Patch request for Boot properties will be blocked when FixedBootOrder feature is enabled in BIOS, this is handled using a internal flag which will be populated from Bios.
Give documentation feedback