NSX-T Data Center REST API
Get services to which the given nsgroup belongs to
Returns information about services that are associated with the given NSGroup.The service name is passed by service_type parameter
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/ns-groups/<nsgroup-id>/service-associations
                  
              
            Request Headers:
                n/a
            Query Parameters:
    NSGroupServiceAssociationListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/ns-groups/bf250578-c0a5-4ca0-b237-0375966d23ce/service-associations?service_type=firewall&fetch_parentgroup_associations=trueSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ServiceAssociationListResult+