You can use any client that supports the http protocol to access the RESTful interface address `http://<fqdn>:6041/influxdb/v1/write` to write data in InfluxDB compatible format to TDengine. The EndPoint is as follows:
-`db` Specifies the database name used by TDengine
-`precision` The time precision used by TDengine
Note: InfluxDB token authorization is not supported at present. Only Basic authorization and query parameter validation are supported.
### OpenTSDB Json and Telnet Protocol
You can use any client that supports the http protocol to access the RESTful interface address `http://<fqdn>:6041/opentsdb/v1/put` to write data in OpenTSDB compatible format to TDengine. The EndPoint is as follows: