システムストレージリソース状態一覧取得
API情報
API種別 | メソッド | URI | 対象 | 名称 | 実行 |
---|---|---|---|---|---|
契約 | GET | /:GisServiceCode/system-storages.json?Item=ResourceStatus&StartIndex=N&Count=M | システムストレージ | システムストレージリソース状態一覧取得 | 同期 |
- 指定したGisServiceCodeに所属するシステムストレージのステータス一覧を取得します
リクエストパラメータ
パラメータ | 必須 | 意味 | 値 | |
---|---|---|---|---|
URL | GisServiceCode | ○ | P2契約のサービスコード | gis######## |
クエリストリング | Item | ○ | 取得するフィールド | "ResourceStatus" |
StartIndex | StartIndexだけスキップした位置から情報を取得する | 数値 | ||
Count | 取得する情報の最大数 | 数値 |
レスポンス
フィールド | タイプ | 意味 | 値 |
---|---|---|---|
SystemStorageList | Array | オブジェクトの配列 | |
SystemStorageList.ServiceCode | String | システムストレージのサービスコード | iba########, ica######## |
SystemStorageList.ResourceStatus | String | ストレージステータス |
制限
- 特になし
サンプル
リクエストボディ
無し
レスポンス (JSON)
{ "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx", "SystemStorageList": [ { "ServiceCode": "iba#######1", "ResourceStatus": "NotAttached" }, { "ServiceCode": "iba#######2", "ResourceStatus": "NotAttached" }, { "ServiceCode": "iba#######3", "ResourceStatus": "NotAttached" } ] }