Management Plane API > Security > Services > Service Insertion

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=realtime

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ServiceDeploymentStatus+

Example Response:

{ "sva_current_version": "1.0.0.0", "sva_max_available_version": "1.0.0.0", "deployment_status": "DEPLOYMENT_SUCCESSFUL" }

Required Permissions:

read

Feature:

service_insertion

Additional Errors: