追加ストレージ情報取得
API情報
API種別 | メソッド | URI | 対象 | 名称 | 実行 |
---|---|---|---|---|---|
契約、設定 | GET | /:GisServiceCode/additional-storages/:StorageServiceCode.json | 追加ストレージ | 追加ストレージ情報取得 | 同期 |
- 指定した追加ストレージの詳細情報を取得します
リクエストパラメータ
パラメータ | 必須 | 意味 | 値 | |
---|---|---|---|---|
URL | GisServiceCode | ○ | P2契約のサービスコード | gis######## |
StorageServiceCode | ○ | 追加ストレージのサービスコード | ibb########, ibg########, icb########, icg######## |
レスポンス
フィールド | タイプ | 意味 | 値 |
---|---|---|---|
Label | String | ラベル | 文字列 |
ContractStatus | String | 契約状態 | |
StartDate | String | 利用開始日 | YYYYMMDD |
StopDate | String | 解約予定日 | YYYYMMDD。未設定の場合は空文字列 |
Category | String | 追加ストレージ種別 | "BestEffort", "Guarantee" |
Type | String | 追加ストレージ品目 | |
OSType | String | OS種別 | "None" |
StorageSize | String | ストレージ容量 | 数値 |
ResourceStatus | String | ストレージステータス | |
Mode | String | ストレージのモード | "Basic", "Backup" |
Encryption | String | 暗号化 | "Yes", "No" |
StorageGroup | String | ストレージグループ | "Y", "Z" |
AttachedVirtualServer | Object | 接続された仮想サーバ | |
AttachedVirtualServer.ServiceCode | String | 接続された仮想サーバのサービスコード | ivm########, ivd######## |
AttachedVirtualServer.URI | String | 仮想サーバの情報へアクセスするためのURI | URI |
AttachedVirtualServer.Type | String | 仮想サーバ品目 | |
AttachedVirtualServer.OSType | String | OS種別 | "Linux", "Windows" |
AttachedVirtualServer.PciSlot | String | PCIスロット | 16進数 |
制限
- 特になし
サンプル
リクエストボディ
無し
レスポンス (JSON)
{ "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx", "Label": "XXXXX", "ContractStatus": "InService", "StartDate": "YYYYMMDD", "StopDate": "", "Category": "BestEffort", "Type": "B100GB", ## 性能保証型は"G100GB_IOPS1000" "OSType": "None", "StorageSize": "100", "ResourceStatus": "Attached|NotAttached", "StorageGroup": "Y", "AttachedVirtualServer": { "ServiceCode": "ivm########", "URI": "", "Type": "VG1-3", "OSType": "Linux", "PciSlot": "0x11" } }