Skip to main content
POST
Check load balancer quota

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project ID

Example:

1

region_id
integer
required

Region ID

Example:

7

Body

application/json
floating_ip
NewInterfaceFloatingIpPydanticSerializer · object

Floating IP configuration for assignment

logging
LoadbalancerLoggingSerializer · object

Logging configuration

vip_ip_family
enum<string>

IP family for load balancer subnet auto-selection if vip_network_id is specified

Available options:
dual,
ipv4,
ipv6
Example:

"ipv4"

vip_network_id
string<uuid4>

Network ID for load balancer

vip_port_id
string<uuid4>

Existing Reserved Fixed IP port ID for load balancer. Mutually exclusive with vip_network_id

Example:

"ff83e13a-b256-4be2-ba5d-028d3f0ab450"

Response

200 - application/json

OK

external_ip_count_limit
integer

External IP Count limit

Example:

1

external_ip_count_requested
integer

External IP Count requested

Example:

1

external_ip_count_usage
integer

External IP Count usage

Example:

1

floating_count_limit
integer

Floating IP Count limit

Example:

1

floating_count_requested
integer

Floating IP Count requested

Example:

1

floating_count_usage
integer

Floating IP Count usage

Example:

1

laas_topic_count_limit
integer

LaaS Topics Count limit

Example:

1

laas_topic_count_requested
integer

LaaS Topics Count requested

Example:

1

laas_topic_count_usage
integer

LaaS Topics Count usage

Example:

1

loadbalancer_count_limit
integer

Load Balancers Count limit

Example:

1

loadbalancer_count_requested
integer

Load Balancers Count requested

Example:

1

loadbalancer_count_usage
integer

Load Balancers Count usage

Example:

1