%
,\
,n
in your output.
1000
most recent results. To return additional results,
identify the last timestamp of the last result and set that as the end
query time to
paginate the results. You can also use the page parameter to specify which set of 1000
results to return.
Parameter | Description |
---|---|
End | POSIX timestamp. |
Priority | The priority of the event. For example, normal or low . |
Start | POSIX timestamp. |
Parameter | Description |
---|---|
Exclude Aggregate | 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. |
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 usedwhen either unaggregated or exclude_aggregate is set to true. . |
Sources | A comma separated string of sources. |
Tags | A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. |
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. . |