Jetstream API
Event Types
StatusEvent
4min
about statusevent reports several pieces of device information every time the device is powered on, and during it's nightly scan this information is particularly helpful to reference if troubleshooting a networking issue fields property details type string the type of jetstream event eventid string the id assigned to the event eventtime string the time that the event occurred the value is expressed in utc this value is expressed in the following format yyyy mm ddthh\ mm\ ssz version int the jetstream version of the event devicetype string the type of board being used by this device serialnum string the serial number of the device agentversion string the version of terso firmware that is currently running on the device scannerversion string the version of fw that the rfid scanner is running actualip string the ip address that the device is currently using actualsubnet string the subnet that the device is currently using actualgateway string the gateway that the device is currently using actualdns string the dns that the device is currently using freemem int the percentage of the board's total memory that is still free macaddress string the mac address of the board device string the name of the device receivedtime string the time that the event was received from the device the value is expressed in utc this value is expressed in the following format yyyy mm ddthh\ mm\ ssz example published statusevent { "type" "statusevent", "eventid" "9c2c8e0a 7ae3 4ca0 b26f d6ce542916f2", "eventtime" "2019 11 30t20 05 26z", "version" 2, "devicetype" "zeusenclosure", "serialnum" "010106162431", "agentversion" "4 8 21", "scannerversion" "0x10102f0", "actualip" "130 223 205 70", "actualsubnet" "0 0 0 0", "actualgateway" "0 0 0 0"", "actualdns" "0 0 0 0"", "freemem" "55", "macaddress" "na", "device" "mydevicename", "receivedtime" "2019 10 30t20 06 53z" } version changes none this is a new event as of fw v4 7 12