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_untilunsigned int |
A Unix timestamp defining the upper time limit exclusively - exclusive with id_until_excl |
tstamp_fromunsigned int |
A Unix timestamp defining the lower time limit inclusively - exclusive with id_from_excl |
descriptionstring |
If defined, it returns only events with the specified description. |
id_from_exclunsigned int |
If defined, it returns only events with id higher then the specified number (handy for pagination) - exclusive with tstamp_from |
id_until_exclunsigned int |
If defined, it returns only events with id lower then the specified number (handy for pagination) - exclusive with tstamp_until |
severitySeverity |
⚠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. |
userstring |
If defined, it returns only events associated with the specified user. |