For the complete documentation index, see llms.txt. This page is also available as Markdown.

REST Connectivity

REST store provider is used for sending time series data via HTTP. The driver allows to dynamically generate HTTP messages using JavaScript.

Key Features

  • HTTPS encryption support.

  • Flexible message header and body generation using JavaScript.

  • HTTP authorization support.

  • Built-in cryptographic functions.

By default, REST store provider is configured for inserting data into InfluxDB, but it can be easily re-configured to work with cloud-based IoT platforms or other services

Last updated