Show Floating IP

Verb URI Description
GET /floatingips/floatingip_id Returns details about a specific Floating IP.

Normal Response Code: 200 OK

Error Response Code: 401 Unauthorized, 404 Not Found

This operation does not require a request body.

This operation returns a response body.

This operation returns the details for a specific floating IP whose identifier is specified on the request URI. Users can control which attributes should be returned by using the fields query parameter.

 

Example 4.28. Show Floating IP: JSON Request

GET /v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json?fields=fixed_ip_address&fields=floating_ip_address
Accept: application/json

 

Example 4.29. Show Floating IP: JSON Response

{
 "floatingip":
    {
     "fixed_ip_address": "10.0.0.3",
     "floating_ip_address": "172.24.4.228"
    }
}

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...