NSX-T Data Center REST API

Get all IPAddresses in a IPSet (Deprecated)

List all IP addresses in a IPSet.
Deprecated: This API is deprecated. Please use policy API /infra/domains//groups/ to get IPAddress members from group.

Request:

Method:
GET
URI Path(s):
/api/v1/ip-sets/{ip-set-id}/members
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "result_count": 4, "results": [ { "ip_address": "12.234.21.231" }, { "ip_address": "10.192.23.11" }, { "ip_address": "10.11.123.21" }, { "ip_address": "23.12.32.11" } ] }

Required Permissions:

read

Feature:

groups_ip_sets

Additional Errors: