NSX-T Data Center REST API
ServiceDeploymentStatus (schema)
Name | Description | Type | Notes |
---|---|---|---|
deployment_issues | Service deployment issue List of issue and detailed description of the issue in case of deployment failure. |
array of ServiceDeploymentIssue | Readonly |
deployment_status | Compute collection deployment progress status Deployment status of NXGI Partner Service-VM on a compute collection. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment on a compute collection such as VC cluster. |
string | Readonly Enum: UPGRADE_IN_PROGRESS, UPGRADE_FAILED, DEPLOYMENT_QUEUED, DEPLOYMENT_IN_PROGRESS, DEPLOYMENT_FAILED, DEPLOYMENT_SUCCESSFUL, UNDEPLOYMENT_QUEUED, UNDEPLOYMENT_IN_PROGRESS, UNDEPLOYMENT_FAILED, UNDEPLOYMENT_SUCCESSFUL, UPGRADE_QUEUED |
last_update_timestamp | Timestamp when the data was last updated; unset if data source has never updated the data. | EpochMsTimestamp | Readonly |
service_deployment_id | Service deployment id Id of service deployment. |
string | Readonly |
sva_current_version | Current deployed SVA version Currently deployed Service Virtual Appliance version. |
string | |
sva_max_available_version | Max available SVA version Max available SVA version for upgrade |
string |