{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Aggregate API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Aggregate", "type": "folder" }, "items": [ { "info": { "name": "Datadog Aggregate Pipelines Events", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/ci/pipelines/analytics/aggregate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Use this API endpoint to aggregate CI Visibility pipeline events into buckets of computed metrics and timeseries." }, { "info": { "name": "Datadog Aggregate Tests Events", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/ci/tests/analytics/aggregate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "The API endpoint to aggregate CI Visibility test events into buckets of computed metrics and timeseries." }, { "info": { "name": "Datadog Aggregate Events", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/logs/analytics/aggregate", "body": { "type": "json", "data": "{}" } }, "docs": "The API endpoint to aggregate events into buckets and compute metrics and timeseries." }, { "info": { "name": "Datadog Aggregate Rum Events", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/rum/analytics/aggregate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "The API endpoint to aggregate RUM events into buckets of computed metrics and timeseries." }, { "info": { "name": "Datadog Aggregate Spans", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/spans/analytics/aggregate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "The API endpoint to aggregate spans into buckets and compute metrics and timeseries.\nThis endpoint is rate limited to `300` requests per hour." } ] } ], "bundled": true }