{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Multiple API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Multiple", "type": "folder" }, "items": [ { "info": { "name": "Datadog Delete Multiple Apps", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/app-builder/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Delete multiple apps in a single request from a list of app IDs." }, { "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" }, { "info": { "name": "Datadog Delete Tags for Multiple Metrics", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/metrics/config/bulk-tags", "body": { "type": "json", "data": "{}" } }, "docs": "Delete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.\nMetrics are selected by passing a metric name prefix.\nResults can be sent to a set of account email addresses, just like the same operation in the Datadog web app.\nCan only be used with application keys of users with the `Manage Tags for Metrics` permission." }, { "info": { "name": "Datadog Query Scalar Data Across Multiple Products", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/query/scalar", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Query scalar values (as seen on Query Value, Table, and Toplist widgets).\nMultiple data sources are supported with the ability to\nprocess the data using formulas and functions." }, { "info": { "name": "Datadog Query Timeseries Data Across Multiple Products", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/query/timeseries", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Query timeseries data across various data sources and\nprocess the data by applying formulas and functions." } ] } ], "bundled": true }