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