Show floating IP details
Shows details for a specified floating IP.
URI
/v2.0/floatingips/{floatingip_id}
Description of the URI:
{floatingip_id} UUID The UUID of the floating IP.
HTTP method
GET
Response status
| Status code | Description |
|---|---|
| 200 | Normal response codes |
| unauthorized (401) | Error response codes |
| forbidden (403) | Error response codes |
| itemNotFound (404) | Error response codes |
Response body (normal status)
{
"floatingip": {
"fixed_ip_address": "10.0.0.3",
"floating_ip_address": "172.24.4.228",
"availability_zone": "AZ1"
}
}
Description of response body (normal status)
| Item | Description |
|---|---|
| floatingip | A floatingip object. |
| tenant_id | The project ID. |
| router_id | The router ID. |
| status | The floatingip status. |
| floating_network_id | The ID of the network associated with the floating IP. |
| fixed_ip_address | The fixed IP address associated with the floating IP. |
| floating_ip_address | The floating IP address. |
| port_id | The port ID. |
| id | The floating IP ID. |
| availability_zone | The Availability Zone name. |