Networking
Get floating IP
Get details of a single floating IP.
get/api/v1/ips/{id}
Path parameters
idstring uuid required
Floating IP ID (UUID).
Response
IP details
Example response
{
"data": {
"ip_address": "203.0.113.42"
}
}Get details of a single floating IP.
Floating IP ID (UUID).
IP details
{
"data": {
"ip_address": "203.0.113.42"
}
}