NSX-T Data Center REST API
Get services to which the given nsgroup belongs to (Deprecated)
Returns information about services that are associated with the given NSGroup.The service name is passed by service_type parameter
Deprecated: This API is deprecated. Please use below policy API GET /infra/group-service-associations to fetch firewall and ipfix services associated with a given group. For further details on firewall and ipfix, please execute GET on the corresponding returned paths.
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
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ServiceAssociationListResult+