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".
The API parameter is as follows: router:external=True
GET /networks?router:external=True //Name in the result is returned.
GET /v2/{project_id}/os-floating-ip-pools
GET /v2.1/{project_id}/os-floating-ip-pools
None
Table 2 describes the response parameters.
GET https://{endpoint}/v2/e73621affb8f44e1bc01898747ca09d4/os-floating-ip-pools GET https://{endpoint}/v2.1/e73621affb8f44e1bc01898747ca09d4/os-floating-ip-pools
{ "floating_ip_pools": [ { "name": "pool1" }, { "name": "pool2" } ] }