API List

Global IP

Item API Description
1 GET /v2.0/floatingips

List floating IPs

Lists floating IPs.
2 POST /v2.0/floatingips

Create floating IP

Creates a floating IP. When port information is specified, associates the floating IP with the specified port.
3 GET /v2.0/floatingips/{floatingip_id}

Show floating IP details

Shows details of the specified floating IP.
4 PUT /v2.0/floatingips/{floatingip_id}

Update floating IP

Updates the specified floating IP and its association with an internal port.
5 DELETE /v2.0/floatingips/{floatingip_id}

Delete floating IP

Deletes a floating IP and, if present, its associated port.