Domain name for API request: cbs.tencentcloudapi.com.
This API (ModifySnapshotAttribute) is used to modify the attributes of a specified snapshot.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifySnapshotAttribute. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
SnapshotId | Yes | String | Snapshot ID, which can be queried via DescribeSnapshots. |
SnapshotName | No | String | Name of new snapshot. Maximum length is 60 bytes. |
IsPermanent | No | Boolean | Snapshot retention mode. Valid values: FALSE : non-permanent retention; TRUE : permanent retention. |
Deadline | No | Timestamp ISO8601 | Expiration time of the snapshot. Setting this parameter will set the snapshot retention mode to FALSE (non-permanent retention) and the snapshot will be automatically deleted upon expiration. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to rename a cloud disk.
https://cbs.tencentcloudapi.com/?Action=ModifySnapshotAttribute
&SnapshotId=snap-gybrif0z
&SnapshotName=snap_201711301143
&<Common Request Parameters>
{
"Response": {
"RequestId": "55db49cf-b9d7-da27-825b-5a02ba6884ca"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue | Invalid parameter value. |
InvalidSnapshot.NotSupported | Indicates that the operation is not supported for the snapshot. |
InvalidSnapshotId.NotFound | The ‘SnapshotId’ entered does not exist. |
MissingParameter | Missing parameter. |
UnsupportedOperation.SnapHasShared | The snapshot is shared with others. Please cancel the sharing first. |
UnsupportedOperation.SnapshotHasBindedImage | A custom snapshot was created for this snapshot. First delete the corresponding image. |
本页内容是否解决了您的问题?