Skip to main content

GET – Get current boot order

Use the GET method to check boot order in XCC.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Oem/Lenovo/BootSettings/BootOrder.BootOrder

Response body

FieldTypeDescription

BootOrderCurrent

Array

List the current value of boot order.

Example

The following example JSON response is returned:

{
"BootOrderCurrent": [
"CD/DVD Rom",
"Hard Disk",
"Network",
"USB Storage"
],
"Description": "This resource is used to represent settings for user to select the boot source when the manager is powered on.",
"@odata.context": "/redfish/v1/$metadata#LenovoBootManager.LenovoBootManager",
"BootOrderNext": [
"CD/DVD Rom",
"Hard Disk",
"Network",
"USB Storage"
],
"Name": "BootOrder.BootOrder",
"Id": "BootOrder.BootOrder",
"@odata.etag": "\"53a67e00915b242a896\"",
"@odata.type": "#LenovoBootManager.v1_0_0.LenovoBootManager",
"@odata.id": "/redfish/v1/Systems/1/Oem/Lenovo/BootSettings/BootOrder.BootOrder",
"BootOrderSupported": [
"CD/DVD Rom",
"Hard Disk",
"Network",
"USB Storage"
],
"BootOrderNext@odata.count": 4,
"BootOrderSupported@odata.count": 4,
"BootOrderCurrent@odata.count": 4
}