TelemetryJet is in early beta. Need help getting started, or found a bug? Open an Issue on our GitHub repository.

Overview: REST API

TelemetryJet’s API allows interaction with the platform programmatically. The API is made of several components:

  • The REST API, used for editing resources (Data Sources, Dashboards, Dimensions, etc.) and pulling historical data
  • The Streaming API, used for sending/receiving live streaming data points over a WebSocket connection

This section is a conceptual overview of the models and functionality of the REST API.

Note on Writing Data Points with the REST API: You can write data points with the REST API. However, the REST API for data points may be rate limited. The recommended way to send data points from software is via the Streaming API, or via any of the supported integrations in the TelemetryJet CLI.

Table of Contents

TelemetryJet © 2020, Chris Dalke · sitemap.xml · telemetryjet.com