Events in Yonomi Platform
Event logs are data emitted and temporarily stored as a result of activity in Yonomi Platform. Yonomi Platform generates 2 types of event data:
Action Lifecycle Event Logs
These events are emitted for any asynchronous action performed in YP. This includes Atomic Actions and Bulk Upload Actions. Synchronous actions do not follow the Action Lifecycle and so event logs are not generated for synchronous actions.
Device History Event Logs
These events are emitted whenever device state changes.
By leveraging these event logs, you can gain insights into the action lifecycle and device history. These events provide valuable information for monitoring, tracking, and analyzing the behavior and changes within the YP platform.
All the events that are queryable using the event log are also emitted via webhook. It is advised that the developers use the data from webhook in favor of querying the event log to maintain service availability if/when rate limiting is implemented.
What made this section unhelpful for you?
On this page
- Events in Yonomi Platform