Assign and allocate floating IP addresses to instances that run in an OpenStack cloud.
Method | URI | Description |
---|---|---|
GET | /v2/{tenant_id}/os-floating-ips | Lists floating IP addresses associated with the tenant or account. |
POST | /v2/{tenant_id}/os-floating-ips | Allocates a new floating IP address to a tenant or account. |
GET | /v2/{tenant_id}/os-floating-ips/{id} | Shows information for a specified floating IP address. |
DELETE | /v2/{tenant_id}/os-floating-ips/{id} | Deallocates the floating IP address associated with floating_IP_address_ID. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Adds a floating IP address to an instance. |
POST | /v2/{tenant_id}/servers/{server_id}/action | Removes a floating IP from an instance. |