GET – Boot options
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/BootOptions/{Id}
Response body
Field | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Description | String | This resource is used to represent a single boot option for a Redfish implementation. | ||||||
Id | String | Id of boot option. | ||||||
Name | String | Name of the boot option. | ||||||
BootOptionReference | String | The unique boot option. | ||||||
DisplayName | String | The user-readable display name of the boot option that appears in the boot order list in the user interface. | ||||||
UefiDevicePath | String | The UEFI device path to access this UEFI Boot Option. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.context": "/redfish/v1/$metadata#BootOption.BootOption",
"@odata.etag": "\"E312FA0E\"",
"@odata.id": "/redfish/v1/Systems/1/BootOptions/Boot000A",
"@odata.type": "#BootOption.v1_0_4.BootOption",
"BootOptionReference": "Boot000A",
"Description": "This resource shall be used to represent a single boot option contained within a system.",
"DisplayName": "Windows Boot Manager",
"Id": "Boot000A",
"Name": "WindowsBootManager",
"UefiDevicePath": "HD(1,GPT,C8F5A806-484C-477F-B080-81BFC0797BC9,0x800, 0x64000)/\\EFI\\Microsoft\\Boot\\bootmgfw.efi"
}
Give documentation feedback