Data Transmission Service (DTS) allows you to send URL-based requests by using the HTTP or HTTPS GET method. You must add the request parameters that correspond to the API operation being called. After you call the API, the system returns a response.
Endpoints
Region (deployment location) | Endpoint |
China (Hangzhou) | dts.cn-hangzhou.aliyuncs.com |
China (Shanghai) | dts.cn-shanghai.aliyuncs.com |
China (Qingdao) | dts.cn-qingdao.aliyuncs.com |
China (Beijing) | dts.cn-beijing.aliyuncs.com |
China (Zhangjiakou) | dts.cn-zhangjiakou.aliyuncs.com |
China (Hohhot) | dts.cn-huhehaote.aliyuncs.com |
China (Ulanqab) | dts.aliyuncs.com |
China (Shenzhen) | dts.cn-shenzhen.aliyuncs.com |
China (Chengdu) | dts.aliyuncs.com |
China (Hong Kong) | dts.cn-hongkong.aliyuncs.com |
Japan (Tokyo) | dts.ap-northeast-1.aliyuncs.com |
Singapore | dts.ap-southeast-1.aliyuncs.com |
Malaysia (Kuala Lumpur) | dts.ap-southeast-3.aliyuncs.com |
Indonesia (Jakarta) | dts.ap-southeast-5.aliyuncs.com |
US (Virginia) | dts.us-east-1.aliyuncs.com |
US (Silicon Valley) | dts.us-west-1.aliyuncs.com |
UK (London) | dts.eu-west-1.aliyuncs.com |
Germany (Frankfurt) | dts.eu-central-1.aliyuncs.com |
UAE (Dubai) | dts.me-east-1.aliyuncs.com |
Communication protocols
You can send requests by using the HTTP or HTTPS protocol. To enhance security, we recommend that you send requests over HTTPS.
Request methods
You can use the HTTP GET method to send requests. If you use this method, you must include request parameters in each request URL.
Request parameters
In each request, you must specify the operation to be performed. For example, to create a data migration instance, you must set the Action parameter to CreateMigrationJob. Request parameters include both common parameters and operation-specific parameters.
Request encoding
All requests and responses are encoded in UTF-8.