Balena Cloud API - Device - Missing fields

In Resources - Balena Documentation
we should have these field, but they aren’t return.
(https://api.balena-cloud.com/v6/device)
memory_usage
memory_total
storage_block_device
storage_usage
storage_total
cpu_temp
cpu_usage
cpu_id
is_undervolted

Hi @martp00,

For this device that you’re querying the API for, have you set BALENA_SUPERVISOR_HARDWARE_METRICS to false? If this device-level config or fleet-level config is set to false, the device will not report hardware metrics as listed above. However, if the device is online, what OS and Supervisor versions is it, and could you provide support access?

Thanks,
Christina

Here the information on the device
“os_version”: “balenaOS 2.95.8”,
“supervisor_version”: “13.0.3”,

I try to activate/deactivate the “Enable / Disable reporting device metrics such as CPU usage for bandwidth conservation. Only supported by supervisor versions >= v12.8.0.” without any change.

I set support access on my fleet. Don’t use the same account for forum and fleet.

One additional thought, do you see the device online? Has the device already provisioned and registered itself to the balenaCloud?