Engine

Covers Engine 2.0.0

dartwic-share/argus/get-active-events

Returns active events from a remote ARGUS runtime.

  • Category: Events

Request payload

FieldTypeRequirementDescription
systemstringOptionalExact ARGUS system filter.
subsystemstringOptionalExact ARGUS subsystem filter.
typestringOptionalExact event-type filter.
statusstringOptionalExact event-status filter.
nodestringOptionalAccepted for compatibility; the receiving engine replaces it with its own node name.
channelstringOptionalExact related-channel filter.
textstringOptionalFree-text filter. query is accepted as an alias.
querystringOptionalAlias for text.
session_idstringOptionalExact ARGUS session filter.
from_nsintegerOptionalInclusive lower timestamp bound in Unix-epoch nanoseconds.
to_nsintegerOptionalInclusive upper timestamp bound in Unix-epoch nanoseconds.
limitintegerOptionalMaximum event count; defaults to 500.
offsetintegerOptionalZero-based result offset; defaults to 0.
active_onlybooleanOptionalAccepted for query compatibility; this operation always forces active-only behavior.

Response payload

FieldTypeDescription
eventsarray<ArgusEvent>Matching active events from this engine.
countintegerNumber of events in this page.
total_countintegerTotal matching active-event count.