跳到主要内容

GET – 获取当前引导顺序

使用 GET 方法检查 XCC 中的引导顺序。

请求 URL

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

响应正文

字段类型描述

BootOrderCurrent

数组

列出引导顺序的当前值。

示例

返回以下示例 JSON 响应:

{
"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
}