Use the InfluxDB HTTP API to write data
Use the InfluxDB HTTP API to write data to InfluxDB 3 Enterprise. Different APIs are available depending on your integration method.
Choose the write endpoint for your workload
When creating new write workloads, use the
InfluxDB HTTP API /api/v3/write_lp endpoint
and client libraries.
When bringing existing v1 write workloads, use the InfluxDB 3 Enterprise
HTTP API /write endpoint.
When bringing existing v2 write workloads, use the InfluxDB 3 Enterprise
HTTP API /api/v2/write endpoint.
For Telegraf, use the InfluxDB v1.x outputs.influxdb or v2.x outputs.influxdb_v2 output plugins.
See how to use Telegraf to write data.
Use the v3 write_lp API to write data
Use the /api/v3/write_lp HTTP API endpoint to write data to InfluxDB 3 Enterprise.
Use compatibility APIs and client libraries to write data
Use HTTP API endpoints compatible with InfluxDB v2 and v1 clients to write points as line protocol data to InfluxDB 3 Enterprise.
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.