システムストレージリソース状態一覧取得

API情報

API種別 メソッド URI 対象 名称 実行
契約 GET /:GisServiceCode/system-storages.json?Item=ResourceStatus&StartIndex=N&Count=M システムストレージ システムストレージリソース状態一覧取得 同期

リクエストパラメータ

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

レスポンス

フィールド タイプ 意味
SystemStorageList Array   オブジェクトの配列
SystemStorageList.ServiceCode String システムストレージのサービスコード iba########, ica########
SystemStorageList.ResourceStatus String ストレージステータス  

エラーコード

制限

サンプル

リクエストボディ

無し

レスポンス (JSON)

Json
{
    "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx",
    "SystemStorageList": [
        {
            "ServiceCode": "iba#######1",
            "ResourceStatus": "NotAttached"
        },
        {
            "ServiceCode": "iba#######2",
            "ResourceStatus": "NotAttached"
        },
        {
            "ServiceCode": "iba#######3",
            "ResourceStatus": "NotAttached"
        }
    ]
}