{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Aggregations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Aggregations", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Active Tags and Aggregations", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/active-configurations", "params": [ { "name": "metric_name", "value": "dist.http.endpoint.request", "type": "path", "description": "The name of the metric." }, { "name": "window[seconds]", "value": "7200", "type": "query", "description": "The number of seconds of look back (from now).\nDefault value is 604,800 (1 week), minimum value is 7200 (2 hours), maximum value is 2,630,000 (1 month)." } ] }, "docs": "List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name." } ] } ], "bundled": true }