Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://console.cloudblast.io/api/v2/servers/{server}/ips \ --header 'Authorization: Bearer <token>'
{ "data": [ { "address": "203.0.113.50", "type": "ipv4", "gateway": "203.0.113.1", "cidr": 24, "rdns": "server1.example.com" } ] }
Returns all IPv4 and IPv6 addresses assigned to the server.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Server identifier — any of: numeric id, uuid_short (8 chars), or full uuid (36 chars).
id
uuid_short
uuid
IP address list
Show child attributes