掛載雲硬碟

更新時間:2017-09-08 01:19:12

描述

掛載雲硬碟到雲主機。

請求引數

引數名引數型別是否必填引數說明
Action String

操作方法

Region String

機房標識,取值參見地域列表

VolumeId String

雲硬碟標識

InstanceId String

例項標識

DeleteOnTermination Boolean

是否在解除安裝時刪除,預設為 false

返回引數

名稱 型別 說明
Action String 執行的操作
TaskId String 請求標識

請求示例

https://api.chinac.com/?Action=AttachVolume
&VolumeId=v-xxx
&InstanceId=i-xxx
&公共引數

返回示例

{ "code": 10000, "message": "", "data": ``` { "TaskId": "bb112c20170506133720502", "Action": "AttachVolume" } }

*
*
*
*