NSX-T Data Center REST API
Create a new IP address pool
Creates a new IpAddressPool with specified ID if not already present.If IpAddressPool of given ID is already present, then the instance is
updated. This is a full replace.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/ip-pools/{ip-pool-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IpAddressPool+
Example Request:
{ "display_name": "IpPool-Tenant-1", "description": "IpPool-Tenant-1 Description" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a