Esx.Settings.Clusters.Configuration.HostSpecificsInternal.HostStatus

Esx.Settings.Clusters.Configuration.HostSpecificsInternal.HostStatus
Esx.Settings.Clusters.Configuration.HostSpecificsInternal.HostStatus

This Esx.Settings.Clusters.Configuration.HostSpecificsInternal.HostStatus schema contains properties that describes the status of an operation on the host.

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

JSON Example
{
    "status": "string",
    "summary": "Vapi.Std.LocalizableMessage Object",
    "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:

  • ERROR: The operation encountered an error.
  • OK: The operation completed successfully.
  • RUNNING: The operation is in progress.

For more information see: Esx.Settings.Clusters.Configuration.HostSpecificsInternal.HostStatus.Status.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

summary
Required

The summary of the operation.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

notifications
Required

Notifications providing additional information about the status of the operation.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.