Retrieve the telemetry data of a device. The device must be online.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Expectation failed error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/devices/:imei/telemetry \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": {
- "firmwareVersion": "3.9.53",
- "modemVersion": "EG95EXGAR08A08M1G_230626_20.201.20.201",
- "deviceModel": "AI-12",
- "lastSeenOnline": "2020-01-01T14:48:00.000Z",
- "simNetworkType": "4G",
- "simOperator": "Cellcom IL",
- "simState": "ready",
- "simNumber": "12345678",
- "calibrationCompleted": true,
- "sdCardInserted": true,
- "sdCardCapacityBytes": 127817449472,
- "sdCardFreeBytes": 46724284416,
- "adasCalibrationReady": true,
- "adasCalibrationCompleted": true,
- "wifiEnabled": true,
- "wifiConnected": true,
- "wifiSignalLevel": "-50",
- "auxCameras": [
- {
- "cameraId": 51,
- "model": "LT52200",
- "fwVersion": "VER_ 0.27.0",
- "state": "connected",
- "sdStatus": "normal",
- "sdFreeSpace": "119808 KB",
- "sdTotalSpace": "61054976 KB"
}
]
}
}