Reserve IP
Endpoints
- GETGet List of Reserved IPs
/api/v1/reserve_ips/ - POSTReserve a New IP
/api/v1/reserve_ips/ - POSTAttach / Detach / Live Reserve IP to a Node and Load Balancer
/api/v1/reserve_ips/{ip_address}/actions/ - DELETEDelete a Reserved IP
/api/v1/reserve_ips/{ip_address}/actions/ - POSTConvert Reserved IP to Floating IP
/api/v1/reserve_ips/floating-ip/ - PUTAttach Floating IP to Node(s)
/api/v1/reserve_ips/floating-ip/attach/ - PUTDetach Floating IP
/api/v1/reserve_ips/floating-ip/detach/