Get Service Deployment Status
Returns current status of the deployment of partner service. Available only for EPP Services. By default this API would return cached status. Caching happens every 3 minutes. For realtime status, query parameter "source=realtime" needs to be passed.
service-id
service-deployment-id
Data source type.
OK
{
"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"
}
List of issue and detailed description of the issue in case of deployment failure.
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.
Timestamp when the data was last updated; unset if data source has never updated the data.
Id of service deployment.
Currently deployed Service Virtual Appliance version.
Max available SVA version for upgrade
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}/status