tencent cloud

TDSQL Boundless

产品动态
产品简介
产品概述
应用场景
产品架构
实例类型
兼容性说明
使用规范建议
自研内核
内核概述
内核版本更新动态
功能类特性
性能类特性
产品计费
计费概述
购买方式
价格详情
续费说明
欠费说明
退费说明
快速入门
创建实例
连接实例
用户指南
数据迁移
数据同步/订阅
实例管理
参数配置
账号管理
安全组
备份与恢复
数据库审计
标签管理
实践教程
Online DDL 的技术演进与使用实践
锁机制解析与问题排查实践
数据智能调度及相关性能优化实践
TDSQL Boundless 选型指南与实践教程
开发指南
开发指南(MySQL 兼容模式)
开发指南(HBase 兼容模式)
性能调优
性能调优概述
SQL 调优
DDL 调优
性能白皮书
性能概述
TPC-C 测试
Sysbench 测试
API 文档
History
Introduction
API Category
Making API Requests
Instance APIs
Security Group APIs
Task APIs
Backup APIs
Rollback APIs
Parameter APIs
Database APIs
Data Types
Error Codes
通用参考
系统原理
SQL 参考
数据库参数说明
TPC-H 基准测试数据模型参考
错误码信息
安全与合规
常见问题
服务协议
服务等级协议
服务条款
隐私政策
数据处理和安全协议
联系我们
词汇表

DescribeDBSCloneInstances

聚焦模式
字号
最后更新时间: 2026-03-13 18:56:40

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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

3. Output Parameters

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.

4. Example

Example1 Query the Clone List of an Instance

Query the clone list of an instance

Input Example

POST / HTTP/1.1
Host: tdmysql.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDBSCloneInstances
<Common request parameters>

{
    "SourceInstanceId": "tdsql3-86b3580b"
}

Output Example

{
    "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"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈