Files
neutron-lib/api-ref/source/v2/floatingippools.inc
Brian Haley c28b3ab8fe Fix incorrect links for the filtering spec
The spec networking_general_api_information.html was moved
to api-ref in [0] but some of the links pointing to it
were not updated. This change makes all the refs consistent
and adds links where missing.

Also moved sync/async and bulk create sections lower to
group all the filtering, pagination and sorting sections
together since they are inter-related.

[0] https://review.opendev.org/c/openstack/neutron-lib/+/362877

Change-Id: I895cc9aaee2546b95e93150c134f350a50346447
2024-04-04 19:00:17 -04:00

41 lines
806 B
HTML

====================================
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