Load Balancers
Preview load balancer price
Preview the billing price for a load balancer.
post/cloud/v2/pricing/{project_id}/{region_id}/loadbalancers
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
Request body
Example request
{
"flavor": "lb1-1-2",
"floating_ip": {
"existing_floating_id": "c64e5db1-5f1f-43ec-a8d9-5090df85b82d",
"source": "existing"
}
}Response
OK
Example response
{
"currency_code": "USD",
"discount_percent": 0.16,
"per_hour": {
"external_ip": 0.02,
"flavor": 0.8,
"floating_ip": 0.05
},
"per_month": {
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36
},
"price_status": "show",
"price_without_discount_per_month": 604.8,
"tax_percent": 17,
"total_price_per_hour": 1.02,
"total_price_per_month": 734.4
}