NSX-T Data Center REST API
List service profiles
List all the service profiles available for given service referenceThis API is only available when using VMware NSX-T.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicyServiceProfileListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/service-references/SR_1/service-profilesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    PolicyServiceProfileListResult+
  