Engine

Covers Engine 2.0.0

argus/query-events/start

Starts a detached ARGUS event query job.

  • Category: Events

Request payload

FieldTypeRequirementDescription
systemstringOptionalExact ARGUS system filter.
subsystemstringOptionalExact ARGUS subsystem filter.
typestringOptionalExact event-type filter.
statusstringOptionalExact event-status filter.
nodestringOptionalExact originating-node filter.
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; zero disables the bound.
to_nsintegerOptionalInclusive upper timestamp bound in Unix-epoch nanoseconds; zero disables the bound.
limitintegerOptionalMaximum event count; defaults to 500 and is clamped to at most 2000 when merging nodes.
offsetintegerOptionalZero-based result offset; defaults to 0.
active_onlybooleanOptionalRestrict results to active events; defaults to false.

Response payload

DetachedJob: A detached-job descriptor. Its completed result contains events, page count, and total_count, merged across local and connected remote engines when appropriate.