Querying Floating IP Address Pools (Discarded)
Function
This API is used to query floating IP address pools.
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.1/{project_id}/os-floating-ip-pools
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID. For details about how to obtain the ID, see Obtaining a Project ID. |
Request
None
Response
Table 2 describes the response parameters.
Example Request
GET https://{endpoint}/v2.1/e73621affb8f44e1bc01898747ca09d4/os-floating-ip-pools
Example Response
{ "floating_ip_pools": [ { "name": "pool1" }, { "name": "pool2" } ] }
Returned Values
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot