AttachToS2SharedTarget
更新时间:2024-12-10 11:03:08
PDF
为共享存储目标添加硬盘。
此操作完成后需要调用 UpdateS2Servers 以应用到共享存储服务器上。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
shared_target |
String |
共享存储目标 ID |
Yes |
volumes.n |
String |
硬盘 ID |
Yes |
zone |
String |
区域 ID,注意要小写 |
Yes |
除上述请求参数外,还包含公共参数。
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
请求示例
https://api.qingcloud.com/iaas/?action=AttachToS2SharedTarget
&shared_target=s2st-eawpunuj
&volumes.1=vol-02x95cwp
&zone=pek3a
&COMMON_PARAMS
返回示例
{
"action":"AttachToS2SharedTargetResponse",
"shared_targets":[
"s2st-eawpunuj"
],
"ret_code":0
}