跳至主要内容

Telemetry & Sensors

Overview

This section provides an overview of the Telemetry and Sensors capabilities in WEDA, highlighting how these features enable enhanced device management, analytics, and integration with other modules.

Basic Operations

Basic API URL: https://{domain}/{tenantPath}/{srp}

OperationAPIDescription
Get device telemetry dataGET {Basic API URL}/api/v1/devices/{deviceId}/inputs/data-objectsCursor-based pagination for all telemetry data objects. Params: start, end, cursor, limit (max 1000)
Get devicesGET {Basic API URL}/api/v1/devicesGet three kinds of devices. Including devices, virtual devices, and sub devices.
Get device hardware capabilitiesGET {Basic API URL}/api/v1/devices/{deviceId}/capabilitiesRetrieve hardware capabilities of a specific device
Update a devicePATCH {Basic API URL}/api/v1/devices/{deviceId}Update device by given deviceId.
Delete a deviceDELETE {Basic API URL}/api/v1/devices/{deviceId}Permanently delete device by given deviceId.

Constraints & Limitations

General

  • API access requires authentication with a valid token.
  • Device must be created before retrieving capabilities or updating

Last updated on Apr-8, 2026 | Version 1.0.0