v1
latestOpenAPI 3.1.02026-07-2616459400.5 KBIP Management API
Create IP Pool
This allows a parent account to create a new pool for organizing dedicated IP addresses. Each pool must have a unique name within the parent account and be associated with a specific region.
post/ip/pool
Request body
Example request
{
"pool_name": "marketing-pool",
"region": "US"
}Response
IP pool created successfully
Example response
{
"status": "success",
"pool_name": "marketing-pool",
"region": "US",
"message": "IP pool created successfully"
}