Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Telemetry Api

sushilraje edited this page Jan 24, 2019 · 1 revision

This service gets device telemetry, rules, and alarms from storage for the UI to display via a RESTful endpoint. This service also allows clients to modify alarms, and create/modify/delete rules.

Features

  1. Gets a list of telemetry messages for specific parameters
  2. Gets a list of alarms for specific parameters
  3. Gets a single alarm
  4. Modifies alarm status
  5. Creates Rules
  6. Gets a list of rules for specific parameters
  7. Gets a single rule
  8. Updates Rules
  9. Deletes rules

Components

  1. Web Service: API for the UI to retrieve a list of tables and request data from specific tables

Dependencies

  1. DocumentDB Storage
  2. Key Value Storage Service