vcenter vm guest customization: info

The info structure contains the status of a customization operation applied to a virtual machine. This structure was added in vSphere API 7.0.0.0.

Representation:

{
    "start_time""2015-01-01T22:13:05.651Z",
    "end_time""2015-01-01T22:13:05.651Z",
    "error""string",
    "status""PENDING"
}

Attributes:

Name Type Description
Required
status string The status of the customization operation. This attribute was added in vSphere API 7.0.0.0.

Defines the status values that can be reported for the customization operation. This enumeration was added in vSphere API 7.0.0.0. Value is one of:
PENDING: The customization process has not yet started inside the guest operating system. This constant was added in vSphere API 7.0.0.0.
RUNNING: The customization process is currently running inside the guest operating system. This constant was added in vSphere API 7.0.0.0.
SUCCEEDED: The customization process has completed successfully inside the guest operating system. This constant was added in vSphere API 7.0.0.0.
FAILED: The customizatio process has failed inside the guest operating system. This constant was added in vSphere API 7.0.0.0.

Optional
error string Description of the error if the vcenter.vm.guest.customization.info.status of customization operation is FAILED. This attribute was added in vSphere API 7.0.0.0.

Optional. It is only relevant when status has value [FAILED]. This field will be unset if the status is not FAILED or there is no information available for the error.

start_time date_time Time when the customization process has started inside the guest operating system. This attribute was added in vSphere API 7.0.0.0.

Optional. It is only relevant when status has value [RUNNING, SUCCEEDED, FAILED]. This field will be unset if the status is PENDING.

end_time date_time Time when the customization process has completed inside the guest operating system. This attribute was added in vSphere API 7.0.0.0.

Optional. It is only relevant when status has value [SUCCEEDED, FAILED]. This field will be unset if the status is not SUCCEEDED or FAILED.