v1

latestOpenAPI 3.0.42026-08-0465139162.1 KB
Cache

Get the most recent device health data, mapped to enterprise response format

Required permission: Device telemetry, View.<br/>Returns the most recent telemetry values for each requested device in a structured dictionary form. For each device type there is an entry mapping device id to a fully typed telemetry object.

post/public/v2/telemetry/query

Request body

includeUserTerminalsboolean nullable

Whether to include user terminal telemetry data, optionally filtered to only the requested terminals. If UserTerminalIds is null or empty all terminals telemetry data will be included

userTerminalIdsstring[] nullable

List of userTerminalIds to filter by if IncludeUserTerminals is true. If omitted and IncludeUserTerminals is true then telemetry data for all terminals will be included

includeRoutersboolean nullable

Whether to include router telemetry data, optionally filtered to only the requested routers. If RouterIds is null or empty all routers telemetry data will be included

routerIdsstring[] nullable

List of routerIds to filter by if IncludeRouters is true. If omitted and IncludeRouters is true then telemetry data for all routers will be included

Response

Most recent device health data

informationstring[] nullable
isValidboolean