GET – BootOption Instance
Request
GET https://{{ip}}/ redfish/v1/Systems/Self/BootOptions/{{BootOptions_instance}}
Content-Type: application/json
Displays the information about the BootOptions.
In BMC, BootOptions Inventory will be populated via HostInterface communication with AMI BIOS.
Response
The response of the request will be in JSON format. The properties are mentioned in the following table.
Name | Type | Read only | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
(OData Attributes) | Refer to OData Support | ||||||||||||||||||||||||||||||||||
Oem | Object | OEM Extension (Optional), Refer to Resource Complex Types | |||||||||||||||||||||||||||||||||
Id(M) | String | True | Refer to Resource Type Definitions | ||||||||||||||||||||||||||||||||
Name(M) | String | True | |||||||||||||||||||||||||||||||||
Description | String | True | |||||||||||||||||||||||||||||||||
Actions | Object | True | The available actions for this Resource. | ||||||||||||||||||||||||||||||||
BootOptionEnabled | Boolean | False | An indication of whether the boot option is enabled. Default it will be null value | ||||||||||||||||||||||||||||||||
BootOptionReference | String | True | The unique boot option. | ||||||||||||||||||||||||||||||||
DisplayName | String | True | The user-readable display name of the boot option that appears in the boot order list in the user interface. | ||||||||||||||||||||||||||||||||
RelatedItem | Array | True | An array of one or more IDs for the Resources associated with this boot option. | ||||||||||||||||||||||||||||||||
RelatedItem@odata.count | Number | True | Number of RelatedItems | ||||||||||||||||||||||||||||||||
UefiDevicePath | String | True | The UEFI device path to access this UEFI Boot Option. | ||||||||||||||||||||||||||||||||
Alias | String | True | The alias of this boot source.
|