Esx.Settings.Internal.Configuration.PatchConfigResult

Esx.Settings.Internal.Configuration.PatchConfigResult
Esx.Settings.Internal.Configuration.PatchConfigResult

This Esx.Settings.Internal.Configuration.PatchConfigResult schema contains properties that describe the result of DVS patching task.

This schema was added in vSphere API 8.0.3.0.

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

JSON Example
{
    "patched_hosts": [
        "string"
    ],
    "failed_hosts": [
        "string"
    ],
    "skipped_hosts": [
        "string"
    ]
}
array of string
patched_hosts
Required

Desired configuration was patched with configurations from these hosts.

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 contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.

array of string
failed_hosts
Required

Hosts whose configurations were not patched into the desired document because the operation failed.

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 contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.

array of string
skipped_hosts
Required

Hosts whose configurations were not used because either the host was disconnected or the host lacked the appropriate license or the host had other drifts that made the patching incompatible.

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 contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.