v1

latestOpenAPI 3.0.22026-07-24184452.0 KB
ALPON

Device Monitor

Retrieve the last known device monitoring data for the device.

Possible Error Codes:

  • AssetNotFound: The asset with the specified ID was not found.
  • AssetNotAlponDevice: The device is not an ALPON device.
  • NoDeviceMonitorData: No device monitor data found for the device.
get/assets/{asset_id}/alpon/device

Path parameters

asset_idstring required

Serial Number, UUID, SIM SID or SIM ICCID

Serial Number, UUID, SIM SID or SIM ICCID

Response

Successful Response

timestampstring required

Timestamp of the device monitor data.

cpu_usagesinteger[] required

List of CPU usages for each core.

cpu_total_usagenumber required

Total CPU usage percentage.

total_raminteger required

Total RAM in bytes.

ram_usageinteger required

Used RAM in bytes.

cpu_tempnumber required

CPU temperature in Celsius.

disk_totalinteger required

Total disk space in bytes.

disk_usageinteger required

Used disk space in bytes.

input_voltagenumber required

Input voltage in volts.

main_voltagenumber required

Main voltage in volts.

peripheral_voltagenumber required

Peripheral voltage in volts.

input_currentnumber required

Input current in amperes.

watchdog_statusboolean required

Status of the watchdog (true if enabled).

addon_fault_statusboolean required

Status of the addon fault (true if fault detected).