Esx.Settings.Clusters.Vms.Solutions.ApplyStatus

Esx.Settings.Clusters.Vms.Solutions.ApplyStatus
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.

JSON Example
{
    "status": "string",
    "start_time": "string",
    "end_time": "string"
}
string
status
Optional

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.

string As date-time As date-time
start_time
Required

The vLCM system time when the operation started.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
end_time
Optional

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.