修改指定备份的相关属性。

请求参数

Parameter name Type Description Required

snapshot

String

备份 ID

Yes

snapshot_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=ModifySnapshotAttributes
&snapshot=ss-ijzkgq6r
&snapshot_name=test
&description=test
&zone=gd2
&COMMON_PARAMS

返回示例

{
  "action":"ModifySnapshotAttributesResponse",
  "ret_code":0
}