Sensor Integration Guide#

The Configuration Administration API provides endpoints for creating, retrieving, and managing configurations.

The API uses role based access control so any interaction will be limited by the requesting user’s role(s).

Sensors are entities (analog or digital) that transmit data to Argus’ Agents for eventual processing and analysis. They have a specific Type and exist at one of a Customer’s defined Locations or a Global Location.

The roles most relevant to Sensor interactions are

  • SENSOR-MANAGER

  • SENSOR-VIEW

  • SENSOR-STATUS

Users can interact with the Sensor service’s REST API in many different ways. This guide will explore and explain them.

Tip

The Swagger API documentation is always up-to-date and lets you try out any query with your user session or an API-key.

Tip

Please read the General integration guide to learn the general concepts and common data structures used throughout the Argus API.