{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Data API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "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 }