{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Configure API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Configure", "type": "folder" }, "items": [ { "info": { "name": "Datadog Configure Tags for Multiple Metrics", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/metrics/config/bulk-tags", "body": { "type": "json", "data": "{}" } }, "docs": "Create and define a list of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.\nMetrics are selected by passing a metric name prefix. Use the Delete method of this API path to remove tag configurations.\nResults can be sent to a set of account email addresses, just like the same operation in the Datadog web app.\nIf multiple calls include the same metric, the last configuration applied (not by submit order) is used, do not\nexpect deterministic ordering of concurr" } ] } ], "bundled": true }