Skip to main content
POST
/
network
/
ip_addresses
Create Floating IP
curl --request POST \
  --url https://api.tenbytecloud.com/v1/network/ip_addresses \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "billing_account_id": 123
}
'
{
  "id": 1,
  "address": "1.1.1.1",
  "name": "my_ip",
  "enabled": true,
  "assigned_to": null
}

Authorizations

apikey
string
header
required

Body

application/json
billing_account_id
integer
required
name
string

Response

200 - application/json

Created floating IP

The response is of type object.