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 UUID (36 chars) or short UUID (8 chars)
IP address list
Show child attributes