{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Budget API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Budget", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create or Update a Budget", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/cost/budget", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a new budget or update an existing one." }, { "info": { "name": "Datadog Get a Budget", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost/budget/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "Budget id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a budget." }, { "info": { "name": "Datadog Delete a Budget", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/budget/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "Budget id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a budget." } ] } ], "bundled": true }