Domain name for API request: tdmysql.intl.tencentcloudapi.com.
Query clone list of instances.
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: DescribeDBSCloneInstances. |
| Version | Yes | String | Common Params. The value used for this API: 2021-11-22. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| SourceInstanceId | Yes | String | Source instance ID. |
| DBType | No | String | Engine type |
| EndCreateTime | No | String | Creation end time |
| FilterCloneType | No | String | Clone kind: PITR time point BackupSet backup set |
| Limit | No | Integer | Query count [0,200] |
| Offset | No | Integer | Query offset [0,INF] |
| OrderBy | No | String | Sorting field: CloneTime, CreateTime |
| OrderType | No | String | Sorting type: ASC, DESC |
| StartCreateTime | No | String | Creation start time |
| Parameter Name | Type | Description |
|---|---|---|
| Items | Array of CloneInstanceModel | Clone list .Note: This field may return null, indicating that no valid values can be obtained. |
| TotalCount | Integer | Total |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Query the clone list of an instance
POST / HTTP/1.1
Host: tdmysql.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDBSCloneInstances
<Common request parameters>
{
"SourceInstanceId": "tdsql3-86b3580b"
}
{
"Response": {
"Items": [
{
"CloneEndTime": "2025-12-24 11:40:15",
"CloneId": 652,
"CloneInsType": "Normal",
"CloneInstanceId": "tdsql3-c0dba2de",
"CloneInstanceIsDeleted": false,
"CloneProgress": 100,
"CloneStartTime": "2025-12-24 11:15:35",
"CloneStatus": "Recovered",
"CloneTime": "2025-12-24 11:10:53",
"CloneType": "BackupSet",
"CreateTime": "2025-12-24 11:15:35",
"DBType": "tdstore",
"Region": "ap-chengdu",
"SourceInstanceId": "tdsql3-86b3580b"
}
],
"TotalCount": 1,
"RequestId": "76d4fb20-084c-46fb-99f2-6e32dfa420ea"
}
}
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 |
|---|---|
| InternalError.DatabaseAccessError | Database access error. |
| InternalError.RouterNotFound | Route not found. whether parameter passing is incorrect. |
| ResourceNotFound.BizResourceNotFoundError | Instance resource not found. |
Feedback