InfluxDBv2 Write Point Action
Insert or Write point to InfluxDBv2 completely serverless via Thingsup IoT Platform. Insert data in InfluxDBv2 with simple MQTT rules engine or HTTP APIs.
Measurement
Function
//Example 1
tags["device"] = payload.devicename;
fields["temperature"] = payload.temperature;
timestamp = null; // Take server Time
Bucket
Org
Connection ID

Last updated
Was this helpful?