NSX-T Data Center REST API
List all service chain mappings for given service profile.
List all service chain mappings in the system for the given service profile.If no explicit enforcement point is provided in the request, will return for
default. Else, will return for specified points.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id>/service-chain-mappings
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicySIEnforcementPointRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/service-references/SR_1/service-profiles/SP_1/service-chain-mappingsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ServiceChainMappingListResult+
  