Bulk create, delete, and list floating IPs. By default,
the pool is named nova. Use the
os-floating-ip-pools
extension to
view available pools.
Method | URI | Description |
---|---|---|
GET | /v2/{tenant_id}/os-floating-ips-bulk | Lists all floating IPs. |
POST | /v2/{tenant_id}/os-floating-ips-bulk | Bulk-creates floating IPs. |
POST | /v2/{tenant_id}/os-floating-ips-bulk/delete | Bulk-deletes floating IPs. |
GET | /v2/{tenant_id}/os-floating-ips-bulk/{host_name} | Lists all floating IPs for a specified host. |