Jetstream API
Event Types

LogEntryEvent

3min

About

LogEntryEvent data indicates when a device has added a record or multiple records to its syslog or eventlog. Descriptions for LogEntryEvent types are listed in detail for each device type in their documentation.

Example

Published LogEntryEvent for Startup

{ "LogEntries": [ { "Level": "Error", "Message": "NA", "Type": "Startup", "LogTime": "2017-05-19T06:14:25Z" } ], "Device": "MyDeviceName", "ReceivedTime": "2017-05-19T06:14:58Z", "Type": "LogEntryEvent", "EventId": "77b661ef-e16e-4ad3-8477-a05f9b25a4bc", "EventTime": "2017-05-19T06:14:25Z" }

Published LogEntryEvent for FirmwareInfo

{ "LogEntries": [ { "Level": "Error", "Message": "agent=4.5.23 reader=4.4.0.240", "Type": "FirmwareInfo", "LogTime": "2017-05-19T06:14:26Z" } ], "Device": "MyDeviceName", "ReceivedTime": "2017-05-19T06:14:59Z", "Type": "LogEntryEvent", "EventId": "906c4df4-fc10-48d1-9234-e19a605e231c", "EventTime": "2017-05-19T06:14:26Z" }