The destination bucket for writes. InfluxDB writes all points in the batch to this bucket.
The destination organization for writes.
InfluxDB writes all points in the batch to this organization.
If you pass both orgID
and org
, they must both be valid.
org
or orgID
.org
or orgID
.Optional
orgIDThe ID of the destination organization for writes.
If you pass both orgID
and org
, they must both be valid.
org
or orgID
.org
or orgID
.Optional
precisionThe precision for unix timestamps in the line protocol batch.
Data in line protocol format.
To send compressed data, do the following:
Content-Encoding: gzip
header.Related guides