Skip to main content
GET
/
network
/
ip_addresses
/
{public_ipv4_address}
Get Floating IP
curl --request GET \
  --url https://api.tenbytecloud.com/v1/network/ip_addresses/{public_ipv4_address} \
  --header 'apikey: <api-key>'
{
  "id": 1,
  "address": "1.1.1.1",
  "name": "My First Ip",
  "enabled": true
}

Authorizations

apikey
string
header
required

Path Parameters

public_ipv4_address
string
required

Response

200 - application/json

Floating IP data

The response is of type object.