Class: EventFilter

EventFilter(properties)

new EventFilter(properties)

Parameters:
Name Type Description
properties Object object properties
Properties
Name Type Attributes Default Description
q Array.<string> <optional>
Comma separated keywords used for full-text search
select Array.<string> <optional>
Comma separated list of properties to include or exclude from results (use "!" prefix to exclude)
format string <optional>
'application/json' Mime type designating the format to use to encode the response.
eventTime string <optional>
ISO 8601 time range to filter events on their timestamp. When this parameter is omitted, no filtering on "eventTime" is applied.
eventType string <optional>
Comma separated list of event type URIs to filter system events.
Source: