Esx.Settings.Clusters.Vms.Solutions.ApplyStatus
The Esx.Settings.Clusters.Vms.Solutions.ApplyStatus schema contains properties that describe the status of an POST /esx/settings/clusters/{cluster}/vms/solutions?action=apply operation.
This schema was added in vSphere API 9.0.0.0.
{
"status": "string",
"start_time": "string",
"end_time": "string"
}
The status of the operation.
Possible values:
- SUCCESS: The apply operation completed successfully.
- ERROR: The apply operation encountered an error.
For more information see: Esx.Settings.Clusters.Vms.Solutions.ApplyStatus.Status.
This property was added in vSphere API 9.0.0.0.
missing or null if the operation is not completed.
The vLCM system time when the operation started.
This property was added in vSphere API 9.0.0.0.
The vLCM system time when the operation completed.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of status is one of Esx.Settings.Clusters.Vms.Solutions.ApplyStatus.Status.SUCCESS or Esx.Settings.Clusters.Vms.Solutions.ApplyStatus.Status.ERROR.