NSX-T Data Center REST API

Get Effective IPSets of the specified NSGroup. (Deprecated)

Returns effective IPSets which are members of the specified NSGroup.
This API is applicable only for NSGroups containing IPSet member type.
For NSGroups containing other member types,it returns an empty list.
Deprecated: This API is deprecated. Please use below policy API /infra/domains//groups//members/ip-groups to get effective IPSet members of a Group.

Request:

Method:
GET
URI Path(s):
/api/v1/ns-groups/{ns-group-id}/effective-ipset-members
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EffectiveMemberResourceListResult+

Example Response:

{ "cursor": "00361f148bdc-fe7c-4320-8ef3-594e28d57c87Iws-2", "sort_ascending": true, "result_count": 2, "results": [ { "target_id" : "fcb51d1d-b141-4f5b-a0b9-1063a1470a63", "target_display_name" : "IPSet1", "target_type" : "IPSet", }, { "id" : "3eecac54-15e7-4a0d-b418-001052fcfdcd", "display_name" : "IPSet2", "target_type" : "IPSet" } ] }

Required Permissions:

read

Feature:

groups_groups

Additional Errors: