Event

Event which is generated based on continuous zone state.

In contrast to a state, an event is emitted only for changes. Thus, an event is often directly actionable.

Table 1. Available fields in blickfeld.percept_processing.data.Event
Field Type Default Unit

timestamp

uint64

-

-

Unix timestamp of event

security_intrusion_started

Security.IntrusionStarted

-

-

Security: Intrusion started

security_intrusion_ended

Security.IntrusionEnded

-

-

Security: Intrusion ended

security_zone_intrusion_started

Security.ZoneIntrusionStarted

-

-

Security: Zone intrusion started

security_zone_intrusion_ended

Security.ZoneIntrusionEnded

-

-

Security: Zone intrusion ended

Security

Container for security-related events

Intrusion Started

An intrusion started in one or multiple security zones.

Intrusion Ended

An intrusion ended.

Table 2. Available fields in blickfeld.percept_processing.data.Event.Security.IntrusionEnded
Field Type Default Unit

started_event_id

string

-

-

ID of the IntrusionStarted event.

duration

float

-

s

Duration of the intrusion event.

Zone Intrusion Started

An intrusion started in a security zone.

Table 3. Available fields in blickfeld.percept_processing.data.Event.Security.ZoneIntrusionStarted
Field Type Default Unit

zone_uuid

string

-

-

UUID of the security zone.

state

State

-

-

Snapshot of the zone state.

Zone Intrusion Ended

An intrusion of a security zone ended.

Table 4. Available fields in blickfeld.percept_processing.data.Event.Security.ZoneIntrusionEnded
Field Type Default Unit

zone_uuid

string

-

-

UUID of the security zone.

started_event_id

string

-

-

ID of the ZoneIntrusionStarted event.

duration

float

-

s

Duration of the intrusion event.