NSX-T Data Center REST API
Get all Service-Instances present in system
Returns all Service-Instance(s) of all Services present in system.When request parameter (deployed_to or service_deployment_id) is provided as a part of request,
it will filter out Service-Instances accordingly.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/serviceinsertion/service-instances
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ServiceInstanceQueryParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/serviceinsertion/service-instances?deployed_to=ea9ae885-d3ec-4acc-8194-d5d96dc569cdSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ServiceInstanceListResult+
  