v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
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

successboolean

Example response

{
  "data": {
    "ip_address": "203.0.113.42"
  }
}