Domain name for API request: cbs.tencentcloudapi.com.
This API (DescribeDiskAssociatedAutoSnapshotPolicy) is used to query the scheduled snapshot policy bound to a cloud disk.
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.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeDiskAssociatedAutoSnapshotPolicy. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
DiskId | Yes | String | The ID of the queried cloud disk. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | The quantity of scheduled snapshots binded to cloud disk. |
AutoSnapshotPolicySet | Array of AutoSnapshotPolicy | List of scheduled snapshots bound to cloud disk. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
disk-dw0bbzws
https://cbs.tencentcloudapi.com/?Action=DescribeDiskAssociatedAutoSnapshotPolicy
&DiskId=disk-dw0bbzws
&<Common request parameters>
{
"Response": {
"AutoSnapshotPolicySet": [
{
"IsActivated": 1,
"AutoSnapshotPolicyName": "sds",
"IsPermanent": 0,
"NextTriggerTime": "2017-12-03 00:00:00",
"AutoSnapshotPolicyId": "asp-mrsrn243",
"Policy": [
{
"DayOfWeek": [
0
],
"Hour": [
0
]
}
],
"CreateTime": "2017-11-17 15:09:12",
"RetentionDays": 7
}
],
"TotalCount": 1,
"RequestId": "8612f14a-fd07-85b5-39f9-5a1fa51efa14"
}
}
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. |
MissingParameter | Missing parameter. |
Was this page helpful?