ServiceDeploymentStatus
ServiceDeploymentStatus
JSON Example
{
"deployment_issues": [
{
"issue_description": "string",
"issue_timestamp": "string",
"issue_type": "string"
}
],
"deployment_status": "string",
"last_update_timestamp": 0,
"service_deployment_id": "string",
"sva_current_version": "string",
"sva_max_available_version": "string"
}
array of
ServiceDeploymentIssue
deployment_issues
Optional
List of issue and detailed description of the issue in case of deployment failure.
string
deployment_status
Optional
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.
Possible values are :
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,
integer As int64
As int64
last_update_timestamp
Optional
Timestamp when the data was last updated; unset if data source has never updated the data.
string
service_deployment_id
Optional
Id of service deployment.
string
sva_current_version
Optional
Currently deployed Service Virtual Appliance version.
string
sva_max_available_version
Optional
Max available SVA version for upgrade