NSX-T Data Center REST API
List subnets within an IP block (Deprecated)
Returns information about all subnets present within an IP addressblock. Information includes subnet's id, display_name, description, cidr and
allocation ranges.
Deprecated:
This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id>/ip-subnets to list ip block subnets.
Request:
Method:
GET
URI Path(s):
/api/v1/pools/ip-subnets
Request Headers:
n/a
Query Parameters:
IpBlockSubnetListRequestParameters+
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IpBlockSubnetListResult+