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.
Last updated
Was this helpful?
Insert or Write point to InfluxDBv2 completely serverless via Thingsup IoT Platform. Insert data in InfluxDBv2 with simple MQTT rules engine or HTTP APIs.
Last updated
Was this helpful?
This provides a way to provide write point to InfluxDBv2. Before adding InfluxDBv2 Write Point Action, user has to define a . User need to provide following parameters to add InfluxDBv2 Write Point Action.
User need to provide name of InfluxDB measurement.
User can write JavaScript code to create dynamic query.
"payload" object, tags, fields and timestamp objects are available in this code which are directly written on InfluxDBv2 Connection.
User need to provide bucket name of InfluxDB database.
User need to provide Org name of InfluxDB database.
User need to provide a Connection ID of InfluxDBv2 database connection.
Please note the following points: