Fleet & trackingDevices
Device raw data
View and copy device parameter readings as JSON.
Path: /dashboard/fleet-management/devices/:deviceId/raw-data
Purpose
Inspect the parameters object from the same Devices.detail response used on the General info tab, formatted as JSON for copying into tickets or external tools.
Prerequisites
view_device(inherited from the device layout; no extra tab guard).
Steps
- Open a device and select the Raw data tab.
- Read the Parameters readings block.
- Optional: click Copy to copy
device.parametersas formatted JSON to the clipboard.- The button is disabled when parameters are missing/null.
Expected content
- Pretty-printed JSON in a monospace block.
- Reflects live detail data at load time; refresh the page or navigate away and back to reload.
Troubleshooting
nullor empty JSON: Device record has noparametersyet.- Copy does nothing: Browser clipboard permissions; try again after focusing the page or check OS permission prompts.