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::
|
|
|
|
|
|
|
|
These APIs are proxy calls to the Network service. Nova has
|
|
|
|
deprecated all the proxy APIs and users should use the native APIs
|
2016-12-10 15:57:14 +08:00
|
|
|
instead. These will fail with a 404 starting from microversion 2.36.
|
2016-06-14 15:31:18 +09:00
|
|
|
See: `Relevant Network APIs
|
2017-05-23 17:09:44 +07:00
|
|
|
<https://developer.openstack.org/api-ref/networking/v2/#networks>`__.
|
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
|