NSX-T Data Center REST API
List subnets within an IP block (Removed in 9.0)
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
Example Request:
GET https://<nsx-mgr>/api/v1/pools/ip-subnets?block_id=4a5f22a8-8293-4212-93df-99286d20e35bSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IpBlockSubnetListResult+