ModifyS2Server
更新时间:2024-12-10 11:03:08
PDF
修改共享存储服务器的属性。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
s2_server |
String |
共享存储服务器 ID |
Yes |
name |
String |
共享存储服务器名称 |
No |
description |
String |
共享存储服务器描述 |
No |
zone |
String |
区域 ID,注意要小写 |
Yes |
除上述请求参数外,还包含公共参数。
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
请求示例
https://api.qingcloud.com/iaas/?action=ModifyS2Server
&s2_server=s2-lxqjtu3l
&name=demo
&description=demo_descritpion
&zone=pek3a
&COMMON_PARAMS
返回示例
{
"action":"ModifyS2ServerResponse",
"ret_code":0
}