Load Balancers
Check load balancer quota
Check if regional quota is exceeded, if yes the number of additional quotas needed to create the specified load balancer will be calculated
post/cloud/v1/loadbalancers/{project_id}/{region_id}/check_limits
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:7
Region ID
Request body
Example request
{
"floating_ip": {
"existing_floating_id": "c64e5db1-5f1f-43ec-a8d9-5090df85b82d"
},
"logging": {
"destination_region_id": 1,
"enabled": true,
"retention_policy": {
"period": 45
},
"topic_name": "my-log-name"
},
"vip_port_id": "ff83e13a-b256-4be2-ba5d-028d3f0ab450"
}Response
OK
Example response
{
"external_ip_count_limit": 1,
"external_ip_count_requested": 1,
"external_ip_count_usage": 1,
"floating_count_limit": 1,
"floating_count_requested": 1,
"floating_count_usage": 1,
"laas_topic_count_limit": 1,
"laas_topic_count_requested": 1,
"laas_topic_count_usage": 1,
"loadbalancer_count_limit": 1,
"loadbalancer_count_requested": 1,
"loadbalancer_count_usage": 1
}