VirtualMachineGuestRebootStatus
The guest reboot status describes the guest operating system reboot status resulting from a VMware Tools install, upgrade, or uninstall.
Since: vSphere API Release 9.1.0.0
{
"_typeName": "string",
"rebootRequested": false,
"requestingComponents": [
"string"
],
"requestTimestamp": "string"
}
Indicates whether a VMware Tools install, upgrade, or uninstall requires a reboot of the guest operating system.
Set to true when a VMware Tools install, upgrade, or uninstall has requested the guest operating system to be rebooted and no reboot has been performed since the request. It is set to false as soon as the guest operating system completes a reboot following the request.
List of VMware Tools and/or system components that have requested the guest operating system be rebooted to complete a VMware Tools install, upgrade, or uninstall.
See the VMware Tools Administration Guide for the details of the components reported by the install operation. If unset, no reboot is pending, or the reboot components list information is not available. For older versions of VMware Tools or ESXi, the information is not available. For uninstall operations, the information is not available.
The time when the reboot request was generated.
If unset, no reboot is pending, or the reboot time information is not available. For older versions of VMware Tools or ESXi, the information is not available. For uninstall operations, the information is not available.