neutron-lib/api-ref/source/v2/floatingippools.inc
Hongbin Lu e0d27124f1 api-ref: document floating ip pools endpoint
Neutron patch: https://review.openstack.org/#/c/555088/

Depends-On: Iaa995630645042520df67d95271e14f11ffcff8c
Change-Id: I88110de8d9d4151b8e8e14172b5dcd4e804eee1e
Related-Bug: #1653932
2018-08-16 15:03:34 +00:00

39 lines
773 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.
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