Purchase Floating IPs
POST
/floating-ipsPlace an order for new Floating IP addresses. Floating IP address is a reserved IP address for you that you can manage freely - attach, detach, and cancel. Can be used for Fault Tolerance.
Account limits
Remember that every VPSBG account has a certain limit of IP addresses it can have. If you receive an error that you reached your limit, please contact us to increase it.
Request
Quantity of IP addresses you would like to purchase.
Quantity of DDoS-Protected IP addresses you would like to purchase.
Quantity of IPv6 addresses you would like to purchase.
If desired, you can directly attach the new IP address to a server.
Note: The server might be rebooted to apply the network settings.
{
"billing_cycle": 1,
"ipv4": 1,
"ipv4_ddos": 0,
"ipv6": 0,
"server_id": 2478
}
Request samples
Responses
Status of the IP address as a service.
The server identification number to which this IP address is attached to.
Server's hostname
The main IP address of the server that this Floating IP is attached to.
The expiration date of the IP address.
The IP address object
{
"data": [
{
"id": 614,
"status": "processing",
"server_id": null,
"locked": false,
"locked_at": null,
"lock_reason": null,
"billing_cycle": 1,
"server_hostname": null,
"expiry_at": null,
"plan": {
"id": 32,
"name": "floating-ipv4",
"available": true,
"price": 2.5,
"price_with_vat": 3
},
"ip_address": null,
"cancel_request": null
}
]
}