Home > @activeviam/activeui-sdk > ActiveMonitorEvent
ActiveMonitorEvent interface
Event received from ActiveMonitor Server.
Signature:
export interface ActiveMonitorEvent
Properties
| Property | Type | Description |
|---|---|---|
| id | number | event id |
| monitorId | number | id of the monitor owning the event |
| site | string | site of the monitor |
| states | ActiveMonitorState[] | data state at the time of the event |
| status | number | |
| timestamp | Timestamp | datetime of the event |
| updatedResource | ActiveMonitorResource | resource concerned by the event |