未验证 提交 55b5487e 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff) 提交者: GitHub

Update 09-rest-api.md

上级 2517a719
...@@ -40,6 +40,13 @@ $env:TDENGINE_CLOUD_URL='<url>' ...@@ -40,6 +40,13 @@ $env:TDENGINE_CLOUD_URL='<url>'
</TabItem> </TabItem>
</Tabs> </Tabs>
<!-- exclude -->
:::note
Replace <token\> and <url\> with cloud token and URL.
To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" on the left menu, then select "REST API".
:::
<!-- exclude-end -->
## Usage ## Usage
The TDengine REST API is based on standard HTTP protocol and provides an easy way to access TDengine. As an example, the code below is to construct an HTTP request with the URL, the token and an SQL command and run it with the command line utility `curl`. The TDengine REST API is based on standard HTTP protocol and provides an easy way to access TDengine. As an example, the code below is to construct an HTTP request with the URL, the token and an SQL command and run it with the command line utility `curl`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册