events
Overview
Name | events |
Type | Resource |
Id | datadog.rum.events |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Unique ID of the event. |
attributes | object | JSON object containing all event attributes and their associated values. |
type | string | Type of the event. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_rum_events | SELECT | dd_site | List endpoint returns events that match a RUM search query. [Results are paginated][1]. Use this endpoint to see your latest RUM events. [1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination |
_list_rum_events | EXEC | dd_site | List endpoint returns events that match a RUM search query. [Results are paginated][1]. Use this endpoint to see your latest RUM events. [1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination |
aggregate_rum_events | EXEC | dd_site | The API endpoint to aggregate RUM events into buckets of computed metrics and timeseries. |
search_rum_events | EXEC | dd_site | List endpoint returns RUM events that match a RUM search query. [Results are paginated][1]. Use this endpoint to build complex RUM events filtering and search. [1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination |