2016-04-12 09:03:46 -04:00
|
|
|
.. -*- rst -*-
|
|
|
|
|
2016-06-14 15:31:18 +09:00
|
|
|
======================================================
|
|
|
|
Floating IP pools (os-floating-ip-pools) (DEPRECATED)
|
|
|
|
======================================================
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
2018-06-26 09:47:23 -04:00
|
|
|
This API is a proxy call to the Network service. Nova has
|
2016-06-14 15:31:18 +09:00
|
|
|
deprecated all the proxy APIs and users should use the native APIs
|
2018-06-26 09:47:23 -04:00
|
|
|
instead. This API will fail with a 404 starting from microversion 2.36.
|
|
|
|
|
|
|
|
For the equivalent functionality in the Network service, one can request::
|
|
|
|
|
|
|
|
GET /networks?router:external=True&fields=name
|
2016-04-12 09:03:46 -04:00
|
|
|
|
|
|
|
Manages groups of floating IPs.
|
|
|
|
|
|
|
|
List Floating Ip Pools
|
|
|
|
======================
|
|
|
|
|
2016-06-02 08:50:03 -04:00
|
|
|
.. rest_method:: GET /os-floating-ip-pools
|
2016-04-12 09:03:46 -04:00
|
|
|
|
|
|
|
Lists floating IP pools.
|
|
|
|
|
2016-06-02 08:50:03 -04:00
|
|
|
Policy defaults enable only users with the administrative role or user
|
|
|
|
who is authorized to operate on tenant <tenant_id> to perform this
|
|
|
|
operation. Cloud providers can change these permissions through the
|
2016-04-24 07:35:03 +08:00
|
|
|
``policy.json`` file.
|
2016-04-12 09:03:46 -04:00
|
|
|
|
|
|
|
Normal response codes: 200
|
|
|
|
|
2016-04-24 07:35:03 +08:00
|
|
|
Error response codes: unauthorized(401), forbidden(403)
|
2016-04-12 09:03:46 -04:00
|
|
|
|
|
|
|
Response
|
2016-04-14 13:10:59 -04:00
|
|
|
--------
|
2016-04-12 09:03:46 -04:00
|
|
|
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
|
|
|
- floating_ip_pools: floating_ip_pools
|
2016-06-02 08:50:03 -04:00
|
|
|
- name: floating_ip_pool_name
|
2016-04-12 09:03:46 -04:00
|
|
|
|
2016-04-19 17:52:18 +09:00
|
|
|
**Example List Floating Ip Pools: JSON response**
|
2016-04-12 09:03:46 -04:00
|
|
|
|
|
|
|
.. literalinclude:: ../../doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.json
|
|
|
|
:language: javascript
|