Policy > Networking > IP Management > IP Address Pools > IP Pools

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>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IpAddressPool+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/ip-pools/IpPool-Tenant-1 { "display_name": "IpPool-Tenant-1", "description": "IpPool-Tenant-1 Description" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_ipam

Additional Errors: