Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus
The Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus schema contains properties that describe the status of an NSX solution apply operation.
This schema was added in vSphere API 7.0.1.0.
Note: this schema is restricted for VMware internal use only.
{
"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
}
]
}
}
The status of the operation.
Possible values:
- RUNNING: The operation is in progress.
- OK: The operation completed successfully.
- SKIPPED: The operation was skipped on some hosts.
- NON_NSX_COMPLIANCE_ERROR: The operation detected non-compliant non-NSXT components.
- ERROR: The operation encountered an unspecified error.
- UNKNOWN: The operation is in an unknown state.
Warning: this constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
For more information see: Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus.Status.
This property was added in vSphere API 7.0.1.0.
Progress of the operation.
This property was added in vSphere API 7.0.1.0.
This property is optional and it is only relevant when the value of status is one of Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus.Status.RUNNING, Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus.Status.OK, Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus.Status.NON_NSX_COMPLIANCE_ERROR, or Esx.Settings.Clusters.Software.Solutions.Nsx.NsxInternal.ApplyStatus.Status.ERROR.
Time when the operation started.
This property was added in vSphere API 7.0.1.0.
Time when the operation completed.
This property was added in vSphere API 7.0.1.0.
Notifications providing additional information about the status of the operation.
This property was added in vSphere API 7.0.1.0.