tencent cloud

时序数据库 CTSDB

动态与公告
产品动态
公告
产品简介
产品概述
系统架构
应用场景
关键概念
实例类型与规格
购买指南
产品定价
购买实例
续费说明
欠费说明
退费说明
快速入门
连接并写入数据
操作指南
访问管理
管理实例
自动备份
系统监控
库管理
账号管理
管理安全组
外网访问
InfluxQL 兼容性
数据库管理
Schema 查询
数据类型
数据查询
InfluxQL 函数
客户端
SDK 参考
influx CLI 客户端
API 文档
History
Introduction
API Category
Making API Requests
Instance APIs
Database APIs
Data Types
Error Codes
实践教程
数据表定义推荐
接入 Grafana 服务
接入 Telegraf 服务
性能白皮书
测试环境
测试工具
写入性能测试
查询性能测试
常见问题
词汇表
CTSDB 政策
隐私政策
数据处理和安全协议
联系我们

Request Structure

聚焦模式
字号
最后更新时间: 2025-10-24 14:32:28

1. Service Address

The API supports access from either a nearby region (at ctsdb.intl.tencentcloudapi.com) or a specified region (at ctsdb.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 "ctsdb.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) ctsdb.intl.tencentcloudapi.com
South China (Guangzhou) ctsdb.ap-guangzhou.tencentcloudapi.com
East China (Shanghai) ctsdb.ap-shanghai.tencentcloudapi.com
East China (Nanjing) ctsdb.ap-nanjing.tencentcloudapi.com
North China (Beijing) ctsdb.ap-beijing.tencentcloudapi.com
Southwest China (Chengdu) ctsdb.ap-chengdu.tencentcloudapi.com
Southwest China (Chongqing) ctsdb.ap-chongqing.tencentcloudapi.com
Hong Kong, Macao, Taiwan (Hong Kong, China) ctsdb.ap-hongkong.tencentcloudapi.com
Southeast Asia (Singapore) ctsdb.ap-singapore.tencentcloudapi.com
Southeast Asia (Jakarta) ctsdb.ap-jakarta.tencentcloudapi.com
Southeast Asia (Bangkok) ctsdb.ap-bangkok.tencentcloudapi.com
Northeast Asia (Seoul) ctsdb.ap-seoul.tencentcloudapi.com
Northeast Asia (Tokyo) ctsdb.ap-tokyo.tencentcloudapi.com
U.S. East Coast (Virginia) ctsdb.na-ashburn.tencentcloudapi.com
U.S. West Coast (Silicon Valley) ctsdb.na-siliconvalley.tencentcloudapi.com
South America (São Paulo) ctsdb.sa-saopaulo.tencentcloudapi.com
Europe (Frankfurt) ctsdb.eu-frankfurt.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.

帮助和支持

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

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

文档反馈