Reserve a public IP
Reserves an address from a site’s public IP pool. Discover an available site with GET /networking/sites. Requires scope: network.write.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Request
This endpoint expects an object.
site_id
Site whose public IP pool allocates the address. Copy an available site_id from GET /networking/sites; use the target VM or VPC’s site when the address will be attached.
label
Response
Public IP reserved successfully.
public_ip_id
address
site_id
status
created_at
updated_at
organization_id
workspace_id
label
reverse_dns
reservation_type
attached_resource_type
attached_resource_id
attached_vpc_id
attached_subnet_id
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
409
Conflict Error
