events
Overview
Name | events |
Type | Resource |
Id | datadog.events.events |
Fields
Name | Datatype | Description |
---|---|---|
id | string | the unique ID of the event. |
attributes | object | The object description of an event response attribute. |
type | string | Type of the event. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_events | SELECT | dd_site | List endpoint returns events that match an events search query. Results are paginated similarly to logs. Use this endpoint to see your latest events. |
_list_events | EXEC | dd_site | List endpoint returns events that match an events search query. Results are paginated similarly to logs. Use this endpoint to see your latest events. |
search_events | EXEC | dd_site | List endpoint returns events that match an events search query. Results are paginated similarly to logs. Use this endpoint to build complex events filtering and search. |