スタティックルート情報一覧取得(FW+LBベストエフォートタイプ)

API情報
API種別メソッドURI対象名称実行
設定GET/:GisServiceCode/best-effort-fw-lbs/:IlbServiceCode/static-routes.jsonFW+LBベストエフォートタイプスタティックルート情報一覧取得(FW+LBベストエフォートタイプ)同期
  • 指定されたFW+LB ベストエフォートタイプのスタティックルート情報一覧を取得します


リクエストパラメータ

パラメータ必須意味
URLGisServiceCodeP2契約のサービスコードgis########

IlbServiceCodeFW+LB ベストエフォートタイプのサービスコードilb########
レスポンス
フィールドタイプ意味
StaticRouteListArrayスタティックルート情報オブジェクトの配列
StaticRouteList.StaticRouteIdStringスタティックルートID数字
StaticRouteList.DestinationString宛先ネットワークアドレスIPv4アドレス/マスク長
StaticRouteList.GatewayStringゲートウェイアドレスIPv4アドレス
StaticRouteList.ServiceCodeStringインターフェイスivl########
エラーコード
  • このAPIに関する個別エラーはありません。
  • 共通エラーコードはエラーレスポンスを参照して下さい


制限
  • 特になし


サンプル

リクエストボディ

無し 

レスポンス (JSON)

{
    "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
    "StaticRouteList": [
        {
            "StaticRouteId": "1",
            "Destination": "192.0.3.0/24",
            "Gateway": "192.0.2.254",
            "ServiceCode": "ivl#######3"
        },
        {
            "StaticRouteId": "2",
            "Destination": "192.0.4.0/24",
            "Gateway": "192.0.2.254",
            "ServiceCode": "ivl#######3"
        }
    ]
}