スタティックルート情報取得(FW+LBベストエフォートタイプ)
API情報
| API種別 | メソッド | URI | 対象 | 名称 | 実行 |
|---|---|---|---|---|---|
| 設定 | GET | /:GisServiceCode/best-effort-fw-lbs/:IlbServiceCode/static-routes/:StaticRouteId.json | FW+LBベストエフォートタイプ | スタティックルート情報取得(FW+LBベストエフォートタイプ) | 同期 |
- 指定されたFW+LB ベストエフォートタイプのスタティックルート情報を取得します
リクエストパラメータ
| パラメータ | 必須 | 意味 | 値 | |
|---|---|---|---|---|
| URL | GisServiceCode | ○ | P2契約のサービスコード | gis######## |
| IlbServiceCode | ○ | FW+LB ベストエフォートタイプのサービスコード | ilb######## | |
| StaticRouteId | ○ | スタティックルートID | 数字 |
レスポンス
| フィールド | タイプ | 意味 | 値 |
|---|---|---|---|
| Destination | String | 宛先ネットワークアドレス | IPv4アドレス/マスク長 |
| Gateway | String | ゲートウェイアドレス | IPv4アドレス |
| ServiceCode | String | インターフェイス | ivl######## |
制限
- 特になし
サンプル
リクエストボディ
無し
レスポンス (JSON)
{
"RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
"Destination": "192.168.3.0/24",
"Gateway": "192.168.2.254",
"ServiceCode": "ivl#######3"
}