Host Boot Device System Query Boot Devices
Retrieves a list of the available boot devices for the host system.
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostBootDeviceSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
The boot device information for the host. The returned object has a list of HostBootDevice data objects; each boot device object defines a description and a key to identify the device. The order of devices in the list is unpredictable. The returned HostBootDeviceInfo data object also contains the key of the current boot device.
{
"_typeName": "string",
"bootDevices": [
{
"_typeName": "string",
"key": "string",
"description": "string"
}
],
"currentBootDeviceKey": "string"
}
The key of the current boot device that the host is configured to boot.
This property is unset if the current boot device is disabled.