From the web application

Exporting data from the web application

It's possible to download data right from your browser by using the Export functionality on a device's telemetry page. Perfect for enabling analysis with quick iteration time.

Step one: Export

434

Export from any module

924

Export for all modules

Step two: Choose a time range

579

All telemetry data ingested between start time and end time will be exported

Data format

Non-asset datapoints will be represented with full information in the download.

...
{"deviceId":"2c18bc8b-c5e4-4ea0-8886-a8363d185597","deviceName":"spot","streamName":"$.host.cpu.utilization","streamType":"numeric","tags":{"env":"geppetto","hardware":"xavier","location":"san francisco"},"timestamp":1631568960069,"value":32.999999999992724}
{"deviceId":"2c18bc8b-c5e4-4ea0-8886-a8363d185597","deviceName":"spot","streamName":"$.host.cpu.load avg 1 min","streamType":"numeric","tags":{"env":"geppetto","hardware":"xavier","location":"san francisco"},"timestamp":1631568960069,"value":3.07}
{"deviceId":"2c18bc8b-c5e4-4ea0-8886-a8363d185597","deviceName":"spot","streamName":"$.host.cpu.utilization","streamType":"numeric","tags":{"env":"geppetto","hardware":"xavier","location":"san francisco"},"timestamp":1631568961072,"value":34.49999999999515}
...

Rich media assets like point clouds, video clips, files, or images are stored in binary format on a CDN. Exported data for assets will contain a URL to the stored asset. This means assets require an additional request to retrieve the complete information.

...
{"deviceId":"2c18bc8b-c5e4-4ea0-8886-a8363d185597","deviceName":"spot","streamName":"Witness camera","streamType":"video","tags":{"env":"geppetto","hardware":"xavier","location":"san francisco"},"timestamp":1631568421581,"value":{"duration":4456,"mimeType":"video/mp4","size":110477,"url":"https://upload.formant.io/0d29f656-cc1c-4b9e-baad-199cfa1fcced/2c18bc8b-c5e4-4ea0-8886-a8363d185597/2021/09/13/30d39786-5213-4e08-95af-426c49ea83cd"}}
{"deviceId":"2c18bc8b-c5e4-4ea0-8886-a8363d185597","deviceName":"spot","streamName":"Witness camera","streamType":"video","tags":{"env":"geppetto","hardware":"xavier","location":"san francisco"},"timestamp":1631568426037,"value":{"duration":1708,"mimeType":"video/mp4","size":47805,"url":"https://upload.formant.io/0d29f656-cc1c-4b9e-baad-199cfa1fcced/2c18bc8b-c5e4-4ea0-8886-a8363d185597/2021/09/13/3cbde84d-63d6-4cdb-9280-8ebb7daabd87"}}
...