Request syntax

更新时间:
复制 MD 格式

Time Series Database (TSDB) API requests use HTTP GET. All parameters, including authentication and operation-specific fields, are encoded in the request URL.

Endpoint

hitsdb.aliyuncs.com

Protocol

TSDB supports HTTP and HTTPS. Use HTTPS to secure your requests.

Request method

All TSDB API operations use HTTP GET. Every request parameter goes in the query string.

Request parameters

Each request requires two categories of parameters:

CategoryDescription
Common request parametersParameters shared across all API operations, such as authentication credentials and signature fields
Operation-specific parametersParameters that apply only to the specific API operation you are calling

Set the Action parameter to the name of the operation you want to call.

Example request

A TSDB API request has the following structure:

https://hitsdb.aliyuncs.com/?Action=<operation-name>&<CommonParameters>&<OperationParameters>

Replace the placeholders with actual values:

PlaceholderDescription
<operation-name>The API operation to call
<CommonParameters>Common request parameters, including authentication fields
<OperationParameters>Parameters specific to the operation