{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Files API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Custom Costs Files", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost/custom_costs", "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "List the Custom Costs files." }, { "info": { "name": "Datadog Upload Custom Costs File", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/cost/custom_costs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Upload a Custom Costs file." }, { "info": { "name": "Datadog Get Custom Costs File", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/cost/custom_costs/:file_id", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File ID." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Fetch the specified Custom Costs file." }, { "info": { "name": "Datadog Delete Custom Costs File", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/custom_costs/:file_id", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File ID." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete the specified Custom Costs file." } ] } ], "bundled": true }