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.
| Endpoint | GET /api/iot/fleet/status |
| Auth | api-key |
| Rate limit | 30/min |
| Category | iot |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
fleetId | string | No | Fleet 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.