Skip to main content

GET – Collection of Boot options

Use the GET method to retrieve the properties of boot options for a server.

Request URL

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

Response body

FieldTypeDescription

Members

Array

Items: A reference link of the elements of boot options.

Name

String

BootOptions

Description

String

A collection of boot option instances.

Status code

HTTP Status CodeError Message ID
500InternalError

Example

The following example JSON response is returned:

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