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 基准测试数据模型参考
错误码信息
安全与合规
常见问题
服务协议
服务等级协议
服务条款
隐私政策
数据处理和安全协议
联系我们
词汇表

Request Structure

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

1. Service Address

The API supports access from either a nearby region (at tdmysql.intl.tencentcloudapi.com) or a specified region (at tdmysql.ap-guangzhou.tencentcloudapi.com for Guangzhou, for example).

We recommend using the domain name to access the nearest server. When you call an API, the request is automatically resolved to a server in the region nearest to the location where the API is initiated. For example, when you initiate an API request in Guangzhou, this domain name is automatically resolved to a Guangzhou server, the result is the same as that of specifying the region in the domain like "tdmysql.ap-guangzhou.tencentcloudapi.com".

Note: For latency-sensitive businesses, we recommend that you specify the region in the domain name.

Tencent Cloud currently supports the following regions:

Hosted region Domain name
Local access region (recommended, only for non-financial availability zones) tdmysql.intl.tencentcloudapi.com
South China (Guangzhou) tdmysql.ap-guangzhou.tencentcloudapi.com
East China (Shanghai) tdmysql.ap-shanghai.tencentcloudapi.com
East China (Nanjing) tdmysql.ap-nanjing.tencentcloudapi.com
North China (Beijing) tdmysql.ap-beijing.tencentcloudapi.com
Southwest China (Chengdu) tdmysql.ap-chengdu.tencentcloudapi.com
Southwest China (Chongqing) tdmysql.ap-chongqing.tencentcloudapi.com
Hong Kong, Macao, Taiwan (Hong Kong, China) tdmysql.ap-hongkong.tencentcloudapi.com
Southeast Asia (Singapore) tdmysql.ap-singapore.tencentcloudapi.com
Southeast Asia (Jakarta) tdmysql.ap-jakarta.tencentcloudapi.com
Southeast Asia (Bangkok) tdmysql.ap-bangkok.tencentcloudapi.com
Northeast Asia (Seoul) tdmysql.ap-seoul.tencentcloudapi.com
Northeast Asia (Tokyo) tdmysql.ap-tokyo.tencentcloudapi.com
U.S. East Coast (Virginia) tdmysql.na-ashburn.tencentcloudapi.com
U.S. West Coast (Silicon Valley) tdmysql.na-siliconvalley.tencentcloudapi.com
South America (São Paulo) tdmysql.sa-saopaulo.tencentcloudapi.com
Europe (Frankfurt) tdmysql.eu-frankfurt.tencentcloudapi.com

Note: As financial availability zones and non-financial availability zones are isolated, when accessing the services in a financial availability zone (with the common parameter Region specifying a financial availability zone), it is necessary to specify a domain name of the financial availability zone, preferably in the same region as specified in Region.

Access region for financial availability zone Domain name for financial availability zone
East China (Shanghai Finance) tdmysql.ap-shanghai-fsi.tencentcloudapi.com
South China (Shenzhen Finance) tdmysql.ap-shenzhen-fsi.tencentcloudapi.com

2. Communications Protocol

All the Tencent Cloud APIs communicate via HTTPS, providing highly secure communication tunnels.

3. Request Methods

Supported HTTP request methods:

  • POST (recommended)
  • GET

The Content-Type types supported by POST requests:

  • application/json (recommended). The TC3-HMAC-SHA256 signature algorithm must be used.
  • application/x-www-form-urlencoded. The HmacSHA1 or HmacSHA256 signature algorithm must be used.
  • multipart/form-data (only supported by certain APIs). You must use TC3-HMAC-SHA256 to calculate the signature.

The size of a GET request packet is up to 32 KB. The size of a POST request is up to 1 MB when the HmacSHA1 or HmacSHA256 signature algorithm is used, and up to 10 MB when TC3-HMAC-SHA256 is used.

4. Character Encoding

Only UTF-8 encoding is used.

帮助和支持

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

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

文档反馈