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.comProtocol
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:
| Category | Description |
|---|---|
| Common request parameters | Parameters shared across all API operations, such as authentication credentials and signature fields |
| Operation-specific parameters | Parameters 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:
| Placeholder | Description |
|---|---|
<operation-name> | The API operation to call |
<CommonParameters> | Common request parameters, including authentication fields |
<OperationParameters> | Parameters specific to the operation |
该文章对您有帮助吗?