Attach Floating IP
POST
/floating-ips/attachInitiating a process that will attach the Floating IPs to the given server. The process will require a server reboot which you can perform later.
Request
Body Params application/json
ids
array[integer]
required
An array list of all Floating IP ids you would like to attach.
server_id
integerย
required
Server identificator to attach the IP address to.
restart
booleanย
required
You would need to reboot your server to finish the IP setup. You can reboot later from the client area or via the API.
Example
{
"ids": [
608,
602
],
"server_id": 2590,
"restart": true
}
Request samples
Responses
IP attach in progress(204)
IP attach in progress
HTTP Code:ย 204
Content Type :ย JSONapplication/json
Data Schema
objectย {0}
Example
Not configured
Last modified: 2 months ago