Vcenter Vm Guest Customization Info
The Vcenter Vm Guest Customization Info schema contains the status of a customization operation applied to a virtual machine.
This schema was added in vSphere API 7.0.0.0.
{
"status": "string",
"error": "string",
"start_time": "string",
"end_time": "string"
}
The status of the customization operation.
For more information see: Vcenter Vm Guest Customization Info Status.
This property was added in vSphere API 7.0.0.0.
Description of the error if the Vcenter Vm Guest Customization Info.status of customization operation is Vcenter Vm Guest Customization Info Status.FAILED.
This property was added in vSphere API 7.0.0.0.
This property will be missing or null
if the status is not FAILED or there is no information available for the error.
Time when the customization process has started inside the guest operating system.
This property was added in vSphere API 7.0.0.0.
This property will be missing or null
if the status is PENDING.
Time when the customization process has completed inside the guest operating system.
This property was added in vSphere API 7.0.0.0.
This property will be missing or null
if the status is not SUCCEEDED or FAILED.