Hi,
Trying to build an integration to Graylog 3.3 API. Working fine but having issues with Events API.
Searching events I can use parameters:
urn:jsonschema:org:graylog:events:search:EventsSearchParameters {
query (string, optional),
filter (object, optional),
page (integer, optional),
sort_direction (string, optional) = [‘asc’ or ‘desc’],
per_page (integer, optional),
timerange (object, optional),
sort_by (string, optional)
}
Filter and timerange requires objects as input. Where can I find how these objects are constructed? Using Python3 as the integration language.