Update 04-taosadapter.md
This commit is contained in:
parent
95b6d3f67f
commit
f3a955afe7
|
@ -196,7 +196,8 @@ Support InfluxDB query parameters as follows.
|
|||
- `u` TDengine user name
|
||||
- `p` TDengine password
|
||||
|
||||
Note: InfluxDB token authorization is not supported at present. Only Basic authorization and query parameter validation are supported.
|
||||
Note: InfluxDB token authorization is not supported at present. Only Basic authorization and query parameter validation are supported.
|
||||
Example: curl --request POST http://127.0.0.1:6041/influxdb/v1/write?db=test --user "root:taosdata" --data-binary "measurement,host=host1 field1=2i,field2=2.0 1577836800000000000"
|
||||
|
||||
### OpenTSDB
|
||||
|
||||
|
|
Loading…
Reference in New Issue