このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Query and filter the event stream by time, priority, sources and tags. Returns up to 1000 events.

Inputs

フィールド

種類

説明

time [required]

The time period range used to filter the event stream

priority

enum

Priority of your events, either low or normal. Allowed enum values: normal,low

sources

string

A comma separated string of sources.

tags

A list indicating what tags, if any, should be used to filter the list of monitors by scope.

unaggregated

boolean

Set unaggregated to true to return all events within the specified [start,end] timeframe.

exclude_aggregate

boolean

Set exclude_aggregate to true to only return unaggregated events where is_aggregate=false in the response.

Outputs

Expand All

フィールド

種類

説明

events

[object]

An array of events with additional tag_value and tag_value_list properties.

tag_value [required]

object

A map of tags where both the keys and the values are strings. If a key has multiple values, the last value wins.

tag_value_list [required]

object

A map of tags where the keys are strings and the values are lists of strings.

id

string

Integer ID of the event.

url

string

URL of the event.

payload

string

Payload of the event.

title

string

The event title.

text

string

The body of the event.

date_happened

number

POSIX timestamp of the event.

priority

enum

The priority of the event. Allowed enum values: normal,low

host

string

Host name to associate with the event.

tags

[string]

A list of tags to apply to the event.

alert_type

enum

If an alert event is enabled, set its type. Allowed enum values: error,warning,info,success,user_update,recommendation,snapshot

source_type_name

string

The type of event being posted.

device_name

string

A device name.

status

string

A response status from the Events API.