vcenter vm guest power: info

Information about the guest operating system power state. This structure was added in vSphere API 6.7

Representation:

{
    "operations_ready"true,
    "state""RUNNING"
}

Attributes:

Name Type Description
Required
state string The power state of the guest operating system. This attribute was added in vSphere API 6.7

Possible guest power states. This enumeration was added in vSphere API 6.7 Value is one of:
RUNNING: The guest OS is running. This constant was added in vSphere API 6.7
SHUTTING_DOWN: The guest OS is shutting down. This constant was added in vSphere API 6.7
RESETTING: The guest OS is resetting. This constant was added in vSphere API 6.7
STANDBY: The guest OS is in standby. This constant was added in vSphere API 6.7
NOT_RUNNING: The guest OS is not running. This constant was added in vSphere API 6.7
UNAVAILABLE: The guest OS power state is unknown. This constant was added in vSphere API 6.7

operations_ready boolean Flag indicating if the virtual machine is ready to process soft power operations. This attribute was added in vSphere API 6.7