Get Hardware Boot
DescriptionReturns the boot-related settings of a virtual machine.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
Boot-related settings of the virtual machine.
{
"delay": 0,
"efi_legacy_boot": false,
"enter_setup_mode": false,
"network_protocol": "enum",
"retry": false,
"retry_delay": 0,
"type": "enum"
}
Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode.
Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode.
Flag indicating whether the virtual machine will automatically retry the boot process after a failure.
Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true.
Firmware type used by the virtual machine.
Possible values are: BIOS , EFI
Flag indicating whether to use EFI legacy boot mode. This field is optional and it is only relevant when the value of Boot.Info.type is EFI.
Protocol to use when attempting to boot the virtual machine over the network. This field is optional and it is only relevant when the value of Boot.Info.type is EFI.
Possible values are: IPV4 , IPV6