3.24.3. Show floating IP information

 
MethodURIDescription
GET/v2/{tenant_id}/os-floating-ips/{id}

Shows information for a specified floating IP address.

Normal response codes: 200

 3.24.3.1. Request

This table shows the URI parameters for the show floating ip information request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{id}

​String

The unique identifier associated with allocated floating IP address.

This operation does not require a request body.

 3.24.3.2. Response

 

Example 3.197. Show floating IP information: JSON response

{
    "floating_ip": {
        "fixed_ip": null,
        "id": 1,
        "instance_id": null,
        "ip": "10.10.10.1",
        "pool": "nova"
    }
}

 

Example 3.198. Show floating IP information: XML response

<floating_ip instance_id="None" ip="10.10.10.1" fixed_ip="None" id="1" pool="nova"/>

This operation does not return a response body.

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


loading table of contents...