NSX-T Data Center REST API
Create a new IP address block. (Deprecated)
Creates a new IPv4 address block using the specified cidr. cidr is a requiredparameter. display_name & description are optional parameters
Deprecated:
This rest routine is deprecated. Use /infra/ip-blocks/
Request:
Method:
              POST
            URI Path(s):
              
                /api/v1/pools/ip-blocks
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IpBlock+
  Example Request:
POST https://<nsx-mgr>/api/v1/pools/ip-blocks { "display_name": "IPBlock-Tenant-1", "description": "IPBlock-Tenant-1 Description", "cidr": "192.168.0.0/16" }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IpBlock+