Realtime live · 1s ago VSS discovery ONVIF · SNMP · RTSP Pollers 12/12 OFC backbone 184.6 Gbps PA / PIS all stations RPF feeds live Predictive AI trained 2h ago last sync · just now
Integrations · API

Open API, documented + auth-ed.

REST + GraphQL + WebSocket · OAuth2 + JWT · OpenAPI 3.1

Try it

GET /api/v1/devices

curl https://nms.lenscorp.cloud/api/v1/devices?status=critical \
  -H "Authorization: Bearer eyJhbGciOiJIUzI1Ni..." \
  -H "Accept: application/json"
{
  "success": true,
  "data": [
    { "id": "dev-0087", "host": "har-cam-87", "status": "crit", "lastSeen": "8m ago" },
    { "id": "dev-0022", "host": "jsw-cam-22", "status": "crit", "lastSeen": "2m ago" }
  ],
  "timestamp": "2026-05-28T14:32:18.000Z"
}