追加ストレージ情報取得

API情報
API種別メソッドURI対象名称実行
契約、設定GET/:GisServiceCode/additional-storages/:StorageServiceCode.json追加ストレージ追加ストレージ情報取得同期
  • 指定した追加ストレージの詳細情報を取得します


リクエストパラメータ

パラメータ必須意味
URLGisServiceCodeP2契約のサービスコードgis########

StorageServiceCode追加ストレージのサービスコードibb########, ibg########, icb########, icg########
レスポンス
フィールドタイプ意味
LabelStringラベル文字列
ContractStatusString契約状態 
StartDateString利用開始日YYYYMMDD
StopDateString解約予定日YYYYMMDD。未設定の場合は空文字列
CategoryString追加ストレージ種別"BestEffort", "Guarantee"
TypeString 追加ストレージ品目  
OSTypeStringOS種別"None"
StorageSizeStringストレージ容量数値
ResourceStatusStringストレージステータス 
ModeStringストレージのモード"Basic", "Backup"
EncryptionString暗号化"Yes", "No"
StorageGroupStringストレージグループ"Y", "Z"
AttachedVirtualServerObject接続された仮想サーバ
AttachedVirtualServer.ServiceCodeString接続された仮想サーバのサービスコードivm########, ivd########
AttachedVirtualServer.URIString仮想サーバの情報へアクセスするためのURIURI
AttachedVirtualServer.TypeString仮想サーバ品目 
AttachedVirtualServer.OSTypeStringOS種別"Linux", "Windows"
AttachedVirtualServer.PciSlotStringPCIスロット16進数
エラーコード
  • このAPIに関する個別エラーはありません。
  • 共通エラーコードはエラーレスポンスを参照して下さい


制限
  • 特になし


サンプル

リクエストボディ

無し

レスポンス (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"
    }
}