List external gateway#
ベアメタル用のルータへの外部ゲートウェイ情報を参照します。
APIエンドポイント#
| リージョン | APIエンドポイント |
|---|---|
| 西日本リージョン3の場合 | https://baremetal.jp-west-3.cloud.global.fujitsu.com |
| 東日本リージョン3の場合 | https://baremetal.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
GET
/v1/networking/external-gateway
HTTPステータスコード#
正常時:200
エラー時:401, 404, 500
レスポンスボディ(正常系)の説明#
| 名前 | Type | Description |
|---|---|---|
| external_gateway | object | オブジェクト |
| id | string | 外部ゲートウェイのID |
| router_id | string | 外部ゲートウェイのルータID |
| tenant_id | string | プロジェクトのID |
| status | string | 外部ゲートウェイ状態 ACTIVE / BUILD / DELETING / CREATE_ERROR / DELETE_ERROR |
| detail | string | 外部ゲートウェイの詳細 |
レスポンス例#
{ "external_gateway": { "id": "xxxxxxxxxxxxx", "router_id": "xxxxxxxxxxxxx", "tenant_id": "xxxxxxxxxxxxx", "status":"xxxx", "detail":"xxxx" } }