Skip to main content

ZeqFleet — Device Fleet Management

Fleet-wide IoT device management. Monitor health, sync status, and firmware across thousands of devices — all coordinated on the Zeqond grid.

EndpointGET /api/iot/fleet/status
Authapi-key
Rate limit30/min
Categoryiot

Parameters

NameTypeRequiredDescription
fleetIdstringNoFleet group identifier.

Returns

{ devices, online, synced, avgDriftMs, alertCount, lastSyncZeqond }

Example

curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/iot/fleet/status"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-iot-fleet.