| Constructor and Description |
|---|
ListEventsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
EventsApi.ListEventsOptionalParameters |
excludeAggregate(Boolean excludeAggregate)
Set excludeAggregate.
|
EventsApi.ListEventsOptionalParameters |
page(Integer page)
Set page.
|
EventsApi.ListEventsOptionalParameters |
priority(EventPriority priority)
Set priority.
|
EventsApi.ListEventsOptionalParameters |
sources(String sources)
Set sources.
|
EventsApi.ListEventsOptionalParameters |
tags(String tags)
Set tags.
|
EventsApi.ListEventsOptionalParameters |
unaggregated(Boolean unaggregated)
Set unaggregated.
|
public EventsApi.ListEventsOptionalParameters priority(EventPriority priority)
priority - Priority of your events, either low or normal.
(optional)public EventsApi.ListEventsOptionalParameters sources(String sources)
sources - A comma separated string of sources. (optional)public EventsApi.ListEventsOptionalParameters tags(String tags)
tags - A comma separated list indicating what tags, if any, should be used to filter the
list of events. (optional)public EventsApi.ListEventsOptionalParameters unaggregated(Boolean unaggregated)
unaggregated - Set unaggregated to true to return all events within the
specified [start,end] timeframe. Otherwise if an event is
aggregated to a parent event with a timestamp outside of the timeframe, it won't be
available in the output. Aggregated events with is_aggregate=true in the
response will still be returned unless exclude_aggregate is set to true.
(optional)public EventsApi.ListEventsOptionalParameters excludeAggregate(Boolean excludeAggregate)
excludeAggregate - Set exclude_aggregate to true to only
return unaggregated events where is_aggregate=false in the response. If the
exclude_aggregate parameter is set to true, then the
unaggregated parameter is ignored and will be true by default. (optional)public EventsApi.ListEventsOptionalParameters page(Integer page)
page - By default 1000 results are returned per request. Set page to the number of the
page to return with 0 being the first page. The page parameter can only be
used when either unaggregated or exclude_aggregate is set to true.
(optional)Copyright © 2024. All rights reserved.