Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyStatus
The Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyStatus schema contains properties that describe the status of an POST /esx/settings/hosts/{host}/software/solutions-internal?action=apply operation.
This schema was added in vSphere API 8.0.3.0.
Note: this schema is restricted for VMware internal use only.
{
"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
}
]
}
}
The status of the operation.
Possible values:
- OK: The operation completed successfully.
- SKIPPED: The operation was skipped on the host. The solution may have already been applied.
- ERROR: The operation encountered an unspecified error.
For more information see: Esx.Settings.Hosts.Software.Solutions.SolutionsInternal.ApplyStatus.Status.
This property was added in vSphere API 8.0.3.0.
Start time of the operation.
This property was added in vSphere API 8.0.3.0.
End time of the operation.
This property was added in vSphere API 8.0.3.0.
Notifications providing additional information about the status of the operation.
This property was added in vSphere API 8.0.3.0.