スタティックルート削除(FW+LBベストエフォートタイプ)
API情報
API種別 | メソッド | URI | 対象 | 名称 | 実行 |
---|---|---|---|---|---|
設定 | DELETE | /: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" }