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

Create a new IP Subnet

Creates a new IpAddressPoolSubnet with the specified ID if it does not
already exist. If a IpAddressPoolSubnet of the given ID already exists,
IpAddressPoolSubnet will be updated. This is a full replace.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/ip-pools/<ip-pool-id>/ip-subnets/<ip-subnet-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IpAddressPoolBlockSubnet+
IpAddressPoolStaticSubnet+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/ip-pools/IpPool-Tenant-1/ip-subnets/Subnet-1 { "display_name": "Subnet-1", "description": "Subnet-1 Description", "resource_type": "IpAddressPoolBlockSubnet", "size": "16", "IP_block_path":"/infra/ip-blocks/Finance-block" }

Successful Response:

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

Required Permissions:

crud

Feature:

policy_ipam

Additional Errors: