跳到主要内容

GET – 引导选项

请求 URL

GET https://<BMC_IPADDR>/redfish/v1/Systems/1/BootOptions

响应正文

字段类型描述

Members

数组

项:引导选项元素的引用链接。

Name

字符串

BootOptions

Description

字符串

“A collection of boot option instances.”

状态代码

HTTP 状态代码错误消息 ID
500InternalError

示例

返回以下示例 JSON 响应:

{
"Members": [
{
"@odata.id": "/redfish/v1/Systems/1/BootOptions/Boot0001"
},
{
"@odata.id": "/redfish/v1/Systems/1/BootOptions/Boot0002"
},
{
"@odata.id": "/redfish/v1/Systems/1/BootOptions/Boot0003"
},
{
"@odata.id": "/redfish/v1/Systems/1/BootOptions/Boot0004"
}
],
"@odata.type": "#BootOptionCollection.BootOptionCollection",
"@odata.id": "/redfish/v1/Systems/1/BootOptions",
"Name": "BootOptions",
"@odata.etag": "\"36cc1ba2c2b725a43e4\"",
"Members@odata.count": 4,
"Description": "A Collection of BootOption resource instances."
}