1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
====================================
Floating IP pools (floatingip_pools)
====================================
Lists floating IP pools.
List floating IP Pools
======================
.. rest_method:: GET /v2.0/floatingip_pools
Lists floating IP pools visible to the user.
.. include:: filtering-list.inc
Normal response codes: 200
Error response codes: 401
Request
-------
Response Parameters
-------------------
.. rest_parameters:: parameters.yaml
- floatingip_pools: floatingip_pools
- subnet_id: subnet-id-body
- network_id: subnet-network_id
- subnet_name: subnet-name
- tenant_id: project_id
- project_id: project_id
- cidr: cidr
Response Example
----------------
.. literalinclude:: samples/floatingips/floating-ip-pools-list-response.json
:language: javascript
|