Vcenter Vm Guest Operations get
Get information about the guest operation status.
This operation was added in vSphere API 7.0.2.0.
Returns an authorization error if you do not have all of the privileges described as follows:
- The resource
VirtualMachine
referenced by the parameter vm requiresSystem.Read
.
Identifier of the virtual machine.
The parameter must be an identifier for the resource type: VirtualMachine
.
guest operations readiness.
{
"guest_operations_ready": false,
"interactive_guest_operations_ready": false
}
Guest operations availability. Whether or not the virtual machine is ready to process guest operations.
This property was added in vSphere API 7.0.2.0.
Interactive guest operations availability. Whether or not the virtual machine is ready to process interactive guest operations.
This property was added in vSphere API 7.0.2.0.
if the virtual machine is not found.
"Vapi Std Errors NotFound Object"
if the state of VMware Tools is unknown.
"Vapi Std Errors ServiceUnavailable Object"
curl -H 'Authorization: <value>' https://{api_host}/api/vcenter/vm/{vm}/guest/operations