Datadog Events

Get event

Query event details.

Inputs

Field

Type

Description

event_id [required]

string

The ID of the event.

Outputs

Expand All

Field

Type

Description

url [required]

string

The URL of the event.

event

object

Object representing an event 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.