{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Available API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Available", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Available Namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/aws/available_namespaces" }, "docs": "Get a list of available AWS CloudWatch namespaces that can send metrics to Datadog." } ] } ], "bundled": true }