NSX-T Data Center REST API
Get a particular 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.
Request:
Method:
              GET
            URI Path(s):
              
                /api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}/status
                
              
            Request Headers:
                n/a
            Query Parameters:
    DataSourceParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/serviceinsertion/service-deployments/01dfa028-bc90-4be4-bda1-a98b4eb65856/status?source=realtimeSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ServiceDeploymentStatus+