对指定网关集群的基本信息进行修改,包括网关集群名称、描述。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
hcs-sgw:ModifyStorageBundle |
update |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
StorageBundleId |
string |
是 |
网关集群 ID。 |
sb-000ibk4xrlr03qrjr*** |
Name |
string |
是 |
网关集群名。长度限制 1~60 个字符,可以包含大小写字母,中文,数字,“.”,“_”或“-”,同时必须以大小写字母或者中文开头。 |
alex-123*** |
Description |
string |
否 |
网关集群描述。 长度不可超过 128 个字符。 |
测试使用 |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
Message |
string |
请求结果描述。 |
successful |
RequestId |
string |
请求 ID。 |
70EACC9C-D07A-4A34-ADA4-77506C42777 |
StorageBundleId |
string |
网关集群 ID。 |
sb-000ibk4xrlr03qr*** |
Code |
string |
请求错误代号,正确时为 200。 |
200 |
Success |
boolean |
请求是否成功。 |
true |
示例
正常返回示例
JSON
格式
{
"Message": "successful",
"RequestId": "70EACC9C-D07A-4A34-ADA4-77506C42777",
"StorageBundleId": "sb-000ibk4xrlr03qr***",
"Code": "200",
"Success": true
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | EmptyStorageBundleId | You must enter a valid ID for the gateway cluster. | 网关集群ID不能为空。 |
400 | EmptyStorageBundleName | You must enter a valid name for the gateway cluster. | 网关集群名称不能为空。 |
400 | StorageBundleDescriptionOverLimit | The length of the specified description of the gateway cluster exceeds the maximum limit. The description cannot exceed 128 characters in length. | 网关集群描述超过最大长度,最大限度为128个字符。 |
400 | InvalidStorageBundleName | The specified name for the gateway cluster is invalid. The name must be 1 to 60 characters in length and can contain letters, Chinese, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter or Chinese. | 无效的网关集群名称,网关集群名称长度限制1~60个字符,可以包含大小写字母,中文,数字,“.”,“_”或“-”,同时必须以大小写字母或者中文开头。 |
404 | StorageBundleNotExist | The name you specified for the gateway cluster does not exist. You must specify a valid parameter. | 网关集群不存在,请确认输入参数是否正确。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?