Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.RemoveResult
The Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.RemoveResult schema contains properties that describe aggregated status of solution's component removal.
This schema was added in vSphere API 8.0.3.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",
"host_info": {
"name": "string",
"is_vsan_witness": false
}
}
Specifies the aggregated status of the operation.
This property was added in vSphere API 8.0.3.0.
missing or null if the operation is in progress.
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.
Information about the host for which remove has been run.
This property was added in vSphere API 8.0.3.0.