app_test_events
Overview
Name | app_test_events |
Type | Resource |
Id | datadog.ci_visibility.app_test_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_ci_app_test_events | SELECT | dd_site | List endpoint returns CI Visibility test events that match a log search query. Results are paginated similarly to logs. Use this endpoint to see your latest test events. |
_list_ci_app_test_events | EXEC | dd_site | List endpoint returns CI Visibility test events that match a log search query. Results are paginated similarly to logs. Use this endpoint to see your latest test events. |
aggregate_ci_app_test_events | EXEC | dd_site | The API endpoint to aggregate CI Visibility test events into buckets of computed metrics and timeseries. |
search_ci_app_test_events | EXEC | dd_site | List endpoint returns CI Visibility test events that match a log search query. Results are paginated similarly to logs. Use this endpoint to build complex events filtering and search. |