Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyResult

Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyResult
Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyResult

The Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyResult schema contains properties that describe the result of the apply operation.

This schema was added in vSphere API 8.0.3.0.

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

JSON Example
{
    "status": {
        "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
                }
            ]
        }
    },
    "commit": "string",
    "host_info": {
        "name": "string",
        "is_vsan_witness": false
    }
}
status
Optional

Aggregated status of the apply operation.

This property was added in vSphere API 8.0.3.0.

missing or null if the apply operation is in progress.

string
commit
Required

The identifier of the commit used to fetch the desired software document to be applied to the host.

This property was added in vSphere API 8.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit.

host_info
Required

Information of the host onto which the solution components were applied.

This property was added in vSphere API 8.0.3.0.