tencent cloud

批量计算

产品简介
什么是批量计算?
应用场景
产品优势
名词解释
配额限制
数据安全
购买指南
快速入门
开始前的准备
命令行快速开始
命令行快速开始-计算环境
作业配置说明
控制台快速开始
控制台使用指南
任务模板管理
作业管理
用户指南
如何制作批量计算可用的镜像
Windows 自定义镜像
环境变量
COS、CFS 路径填写
事件通知和回调
访问管理
命令行工具
前置准备
简单开始
执行远程代码包
远程存储映射
实践教程
使用计算环境搭建集群
3ds Max 2018 渲染示例
深度学习示例
API 文档
History
Introduction
API Category
Making API Requests
Compute Environment APIs
Configuration Viewing-related APIs
Task Template-related APIs
Job-related APIs
Data Types
Error Codes
SDK文档
使用指南
常见问题
联系我们
词汇表

Request Structure

PDF
聚焦模式
字号
最后更新时间: 2025-10-30 21:28:40

1. Service Address

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

帮助和支持

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

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

文档反馈