Returns floating IPs per node distribution based on the current network configuration. Returns status code 400 if the server is in DHCP mode.
Parameters
This resource has no parameters.
Response
Codes
Code
Description
200
Return value on success
Schema
{"type":"array","items":{"description":"api_node_floating_ips","type":"object","properties":{"id":{"description":"Node Id","type":"number"},"floating_addresses":{"type":"array","items":{"description":"Floating IPv4 or IPv6 addresses in 0.0.0.0 or :: format","type":"string"}}}}}