diff --git a/api-ref/source/os-floating-ip-pools.inc b/api-ref/source/os-floating-ip-pools.inc index 0740d4cb2b72..4054daf41a07 100644 --- a/api-ref/source/os-floating-ip-pools.inc +++ b/api-ref/source/os-floating-ip-pools.inc @@ -6,11 +6,13 @@ .. warning:: - These APIs are proxy calls to the Network service. Nova has + This API is a proxy call to the Network service. Nova has deprecated all the proxy APIs and users should use the native APIs - instead. These will fail with a 404 starting from microversion 2.36. - See: `Relevant Network APIs - `__. + instead. This API will fail with a 404 starting from microversion 2.36. + + For the equivalent functionality in the Network service, one can request:: + + GET /networks?router:external=True&fields=name Manages groups of floating IPs.