Esx.Settings.Clusters.Software.HaInternal.ApplyStatus

Esx.Settings.Clusters.Software.HaInternal.ApplyStatus
Esx.Settings.Clusters.Software.HaInternal.ApplyStatus

The Esx.Settings.Clusters.Software.HaInternal.ApplyStatus schema contains properties that describe the status of an apply operation.

This schema was added in vSphere API 7.0.0.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "status": "string",
    "start_time": "string",
    "end_time": "string",
    "notifications": {
        "info": [
            {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        ],
        "warnings": [
            {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        ],
        "errors": [
            {
                "type": "string",
                "id": "string",
                "time": "string",
                "message": "Vapi.Std.LocalizableMessage Object",
                "resolution": "Vapi.Std.LocalizableMessage Object",
                "originator": "string",
                "retriable": false
            }
        ]
    }
}
string
status
Required

The status of the operation.

Possible values:

  • OK: The operation completed successfully.
  • TIMED_OUT: The operation timed out.
  • ERROR: The operation encountered an unspecified error.

For more information see: Esx.Settings.Clusters.Software.HaInternal.ApplyStatus.Status.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
start_time
Required

Time when the operation started.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
end_time
Required

Time when the operation completed.

This property was added in vSphere API 7.0.0.0.

notifications
Required

Notifications providing additional information about the status of the operation.

This property was added in vSphere API 7.0.0.0.