FW+LBベストエフォートタイプ契約状態一覧取得

API情報

API種別 メソッド URI 対象 名称 実行
契約 GET /:GisServiceCode/best-effort-fw-lbs.json?Item=ContractStatus&StartIndex=N&Count=M FW+LBベストエフォートタイプ FW+LBベストエフォートタイプ契約状態一覧取得 同期

リクエストパラメータ

  パラメータ 必須 意味
URL GisServiceCode P2契約のサービスコード gis########
クエリストリング Item 取得するフィールド "ContractStatus"
  StartIndex   StartIndexだけスキップした位置から情報を取得する 数値
  Count   取得する情報の最大数 数値

レスポンス

フィールド タイプ 意味
BestEffortFwLbList Array FW+LB ベストエフォートタイプ契約状態の一覧 オブジェクトの配列
BestEffortFwLbList.ServiceCode String FW+LB ベストエフォートタイプのサービスコード ilb########
BestEffortFwLbList.ContractStatus String 契約状態  

エラーコード

制限

サンプル

リクエストボディ

無し

レスポンス (JSON)

Json
{
    "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
    "BestEffortFwLbList ": [
        {
            "ServiceCode": "ilb#######1",
            "ContractStatus": "InService"
        },
        {
            "ServiceCode": "ilb#######2",
            "ContractStatus": "InService"
        },
        {
            "ServiceCode": "ilb#######3",
            "ContractStatus": "InService"
        }
    ]
}