Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyResult
The Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyResult schema contains properties that describe the result of an apply operation.
This schema was added in vSphere API 7.0.1.0.
Note: this schema is restricted for VMware internal use only.
{
"status": {
"status": "string",
"progress": "Cis.Task.Progress Object",
"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",
"component_name": "string",
"component_version": "string",
"host_info": {
"host_info": {
"name": "string",
"is_vsan_witness": false
}
},
"host_status": {
"host_status": {
"status": "string",
"progress": "Cis.Task.Progress Object",
"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
}
]
}
}
},
"successful_hosts": [
"string"
],
"failed_hosts": [
"string"
],
"skipped_hosts": [
"string"
]
}
Aggregated status of the apply operation.
This property was added in vSphere API 7.0.1.0.
missing or null if the apply operation is in progress.
The commit identifier used to fetch the desired software document to be applied to all hosts within the cluster.
This property was added in vSphere API 7.0.1.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.
Identifier of the component applied to all hosts within the cluster.
This property was added in vSphere API 7.0.1.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.component. 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.component.
Version of the component
This property was added in vSphere API 7.0.1.0.
Information of the hosts in this cluster onto which the solution components were installed.
This property was added in vSphere API 7.0.1.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.
The status of all hosts in this cluster onto which the solution components were installed.
This property was added in vSphere API 7.0.1.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem.
The hosts in the cluster on which the solution components were successfully installed.
This property was added in vSphere API 7.0.1.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.
The hosts in the cluster on which solution components installation failed.
This property was added in vSphere API 7.0.1.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.
Hosts in this cluster that were skipped by the #apply operation.
This property was added in vSphere API 7.0.1.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.