provider CI Visibility Tests POST /api/v2/ci/tests/analytics/aggregate
@utdk/datadog /api/v2/ci/tests/analytics/aggregate
Aggregate tests events
The API endpoint to aggregate CI Visibility test events into buckets of computed metrics and timeseries.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

aggregateciapptestevents
POST/api/v2/ci/tests/analytics/aggregate
The API endpoint to aggregate CI Visibility test events into buckets of computed metrics and timeseries.

Input

The list of metrics or timeseries to compute for the retrieved buckets.

The search and filter query settings.

The rules for the group-by.

Global query options that are used during the query. Only supply timezone or time offset, not both. Otherwise, the query fails.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.aggregateciapptestevents()