forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
7.7 KiB
7.7 KiB
Querying Floating IP Address Pools (Discarded)
Function
This API is used to query floating IP address pools.
There is only one network resource pool that can be queried through this API by tenants in Open Telekom Cloud live network environment.
This API has been discarded. Use the API described in "Querying Networks".
Constraints
The API parameter is as follows: router:external=True
GET /networks?router:external=True //Name in the result is returned.
URI
GET /v2/{project_id}/os-floating-ip-pools
GET /v2.1/{project_id}/os-floating-ip-pools
Table 1 describes the parameters in the URI.
Request
None
Response
Table 2 describes the response parameters.
Example Request
GET https://{endpoint}/v2/e73621affb8f44e1bc01898747ca09d4/os-floating-ip-pools GET https://{endpoint}/v2.1/e73621affb8f44e1bc01898747ca09d4/os-floating-ip-pools
Example Response
{ "floating_ip_pools": [ { "name": "pool1" }, { "name": "pool2" } ] }
Returned Values
Parent topic: Floating IP Address Management (OpenStack Nova APIs)