Plans
GET
/floating-ips/plansList of all available Floating IP plans.
Request
Body Params application/json
object {0}
Example
{}
Request samples
Responses
List of all Floating IP plans.(200)
List of all Floating IP plans.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
integer
required
name
string
required
available
boolean
required
price
number
required
Monthly price without VAT adjustments.
price_with_vat
number
required
Monthly prices adjusted for your VAT when applicable.
ExampleExample 1
[
{
"id": 143,
"name": "floating-ipv6",
"available": true,
"price": 0,
"price_with_vat": 0
},
{
"id": 32,
"name": "floating-ipv4",
"available": true,
"price": 2.5,
"price_with_vat": 3
},
{
"id": 33,
"name": "floating-ipv4-ddos",
"available": true,
"price": 10,
"price_with_vat": 12
}
]
Last modified: 2 months ago