app_pipeline_events
Overview
Name | app_pipeline_events |
Type | Resource |
Id | datadog.ci_visibility.app_pipeline_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_pipeline_events | SELECT | dd_site | List endpoint returns CI Visibility pipeline events that match a search query. Results are paginated similarly to logs. Use this endpoint to see your latest pipeline events. |
create_ci_app_pipeline_event | INSERT | dd_site | Send your pipeline event to your Datadog platform over HTTP. For details about how pipeline executions are modeled and what execution types we support, see Pipeline Data Model And Execution Types. Pipeline events can be submitted with a timestamp that is up to 18 hours in the past. |
_list_ci_app_pipeline_events | EXEC | dd_site | List endpoint returns CI Visibility pipeline events that match a search query. Results are paginated similarly to logs. Use this endpoint to see your latest pipeline events. |
aggregate_ci_app_pipeline_events | EXEC | dd_site | Use this API endpoint to aggregate CI Visibility pipeline events into buckets of computed metrics and timeseries. |
search_ci_app_pipeline_events | EXEC | dd_site | List endpoint returns CI Visibility pipeline events that match a search query. Results are paginated similarly to logs. Use this endpoint to build complex events filtering and search. |