未验证 提交 848fd557 编写于 作者: wmmhello's avatar wmmhello 提交者: GitHub

Update 38-schemaless-opentsdb-telnet.md

上级 6beb3443
...@@ -51,3 +51,8 @@ You can use any client that supports the http protocol to access the RESTful int ...@@ -51,3 +51,8 @@ You can use any client that supports the http protocol to access the RESTful int
/opentsdb/v1/put/telnet/<db>?token=<cloud_token> /opentsdb/v1/put/telnet/<db>?token=<cloud_token>
``` ```
### Insert Example
- curl --request POST http://127.0.0.1:6041/opentsdb/v1/put/telnet/test --user "root:taosdata" --data-binary "sys.if.bytes.out 1479496100 1.3E0 host=web01 interface=eth0"
### Query Example with SQL
- select * from `sys.if.bytes.out` where host="web01" and interface="eth0"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册