NSX-T Data Center REST API
Create or Replace IpAddressPool
Create a new IpAddressPool with given ID if it does not exist.If IpAddressPool with given ID already exists, it will update existing instance.
This is a full replace.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/ip-pools/<ip-pool-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IpAddressPool+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/ip-pools/IpPool-Tenant-1 { "display_name": "IPBlock-Tenant-1", "description": "IPBlock-Tenant-1 Description", "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IpAddressPool+
  