Show floating IP details
指定したフローティングIPの詳細を表示します。
URI
/v2.0/floatingips/{floatingip_id}
URIの説明:
フローティングIPのID
HTTPメソッド
GET
レスポンスステータス
| ステータスコード | 説明 |
|---|---|
| 200 | Normal response codes |
| unauthorized (401) | Error response codes |
| forbidden (403) | Error response codes |
| itemNotFound (404) | Error response codes |
レスポンスボディ(正常系)
{
"floatingip": {
"fixed_ip_address": "10.0.0.3",
"floating_ip_address": "172.24.4.228",
"availability_zone": "AZ1"
}
}
レスポンスボディ(正常系)の説明
| 要素名 | 説明 |
|---|---|
| floatingip | floatingipオブジェクト |
| tenant_id | プロジェクトID |
| router_id | 仮想ルータID |
| status | フローティングIPの状態 |
| floating_network_id | フローティングIPに関連付けられているネットワークのID |
| fixed_ip_address | フローティングIPに関連付けられている固定IPアドレス |
| floating_ip_address | フローティングIPのアドレス |
| port_id | ポートID |
| id | フローティングIPのID |
| availability_zone | アベイラビリティゾーン名 |