Skip to content

Event Filter

Defines what events are to be sent from the API.

Model

The request must limit the events to list, therefore one of the following attributes must be present:

  • tstamp_until
  • tstamp_from
  • id_from_excl
  • id_until_excl
attribute description
tstamp_until
unsigned int
A Unix timestamp defining the upper time limit exclusively - exclusive with id_until_excl
tstamp_from
unsigned int
A Unix timestamp defining the lower time limit inclusively - exclusive with id_from_excl
description
string
If defined, it returns only events with the specified description.
id_from_excl
unsigned int
If defined, it returns only events with id higher then the specified number (handy for pagination) - exclusive with tstamp_from
id_until_excl
unsigned int
If defined, it returns only events with id lower then the specified number (handy for pagination) - exclusive with tstamp_until
severity
Severity
⚠DEPRECATED⚠
If defined, it returns only events with the requested severity.
severities
[Severity]
If defined, it returns only events with the requested severities.
remote string If defined, it returns only events associated with a remote device with the specified IP address.
user
string
If defined, it returns only events associated with the specified user.