Jetstream API
Event Types
StatusEvent
4min
about statusevent reports several pieces of device information every time the device is powered on, and during its nightly scan this information is particularly helpful to reference if troubleshooting a networking issue properties may be added or removed depending on device type and fw version 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 jetstream 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 curlversion string the version of curl that the device is using to write events mspversion string the version of the msp (managed service provider) side of the firmware on the device osversion string the os version of the device sslversion string the ssl library version being used by the device uptime string time since the device last rebooted in the following format xdxhxmxs websocketreconnects int the number of times the websocket has connected since last reboot websocketuptime string the time elapsed since the last websocket connection example published statusevent (exact parameters and their order may vary by fw version and device type) { "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