This API is used to query details about a specific floating IP address accessible to the tenant submitting the request.
GET /v2.0/eip/floatingips_v6/{floatingip_id}
Parameter |
Type |
Description |
---|---|---|
floatingip |
floatingip object |
Specifies the floating IP address list. For details, see Table 2. |
Parameter |
Type |
Description |
---|---|---|
status |
String |
Specifies the floating IP address status. The value can be ACTIVE, DOWN, or ERROR.
|
id |
String |
Specifies the floating IP address ID. |
floating_ip_address |
String |
Specifies the floating IPv6 address. |
floating_network_id |
String |
Specifies the external network ID. |
router_id |
String |
Specifies the ID of the belonged router. |
port_id |
String |
Specifies the port ID. |
fixed_ip_address |
String |
Specifies the private IP address of the associated port. |
tenant_id |
String |
Specifies the project ID. |
project_id |
String |
Specifies the project ID. |
created_at |
String |
Specifies the time when the resource was created. Format: yyyy-MM-ddTHH:mm:ss |
updated_at |
String |
Specifies the time when the resource was updated. Format: yyyy-MM-ddTHH:mm:ss |
{ "floatingip": { "id": "861a4c5b-b17b-4a1d-b653-f3e95dcb3345", "status": "DOWN", "router_id": null, "tenant_id": "26ae5181a416420998eb2093aaed84d9", "floating_network_id": "0a2228f2-7f8a-45f1-8e09-9039e1d09975", "fixed_ip_address": null, "floating_ip_address": "cdcd:910a:2222:5498:8475:1111:c613:16e3", "port_id": null, "project_id": "26ae5181a416420998eb2093aaed84d9", "created_at": "2024-05-23T09:20:59", "updated_at": "2024-05-28T15:02:53" } }
See Status Codes.
See Error Codes.