Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2022-09-05 10:13:06
You can call this operation to modify the name and description of a snapshot.
Parameter | Type | Required | Description |
---|---|---|---|
SnapshotId | String | Yes | The ID of the snapshot. The ID must be 36 characters in length and can contain letters, digits, and hyphens (-). |
SnapshotName | String | No | The name of the snapshot. The name must be 2 to 50 characters in length and can contain letters, digits, hyphens (-), and underscores (_). The name cannot start with auto. |
SnapshotDesc | String | No | The description of the snapshot. The description can be up to 50 characters in length. |
Version | String | Yes | The API version. Valid value: 2016-03-04. |
Parameter | Type | Required | Description |
---|---|---|---|
RequestId | String | Yes | The request ID, which is unique. A request ID is returned for each request. |
Return | Boolean | No | Indicates whether the name and description of the snapshot are modified. True indicates yes. |
Request parameters
http://ebs.api.ksyun.com/
?Action=ModifySnapshot
&Version=2016-03-04
&SnapshotId=b01cbcb3-04dd-40c8-bfbb-dc990d54ee68
&SnapshotName=test-rename
&SnapshotDesc=test-rename-desc
Response parameters
"RequestId": "6e2682a1-5968-42f5-80e5-284aae218df0",
"Return": true
Pure Mode