PATCH – BootOption Future State (SD)
Request
PATCH https://{{ip}}/redfish/v1/Systems/Self/BootOptions/{{BootOptions_instance}}/SD
Content-Type: application/json
Request body
Please refer to the properties that are patchable in BootOption Propertiesfor which ReadOnly is False that can be sent as Request body in json format.
Request example
{
"BootOptionEnabled": true
}
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.
Give documentation feedback