{ "opencollection": "1.0.0", "info": { "name": "CloudZero Allocation Telemetry Budgets API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Budgets", "type": "folder" }, "items": [ { "info": { "name": "CloudZero Get all budgets", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudzero.com/v2/budgets", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Returns a list of all budgets." }, { "info": { "name": "CloudZero Create a new budget", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudzero.com/v2/budgets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new budget linked to a View for tracking spend against business metrics." }, { "info": { "name": "CloudZero Get a single budget", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudzero.com/v2/budgets/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "Unique identifier for the budget." } ] }, "docs": "Returns a single budget by its identifier." }, { "info": { "name": "CloudZero Update a budget", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudzero.com/v2/budgets/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "Unique identifier for the budget." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing budget." }, { "info": { "name": "CloudZero Delete a budget", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudzero.com/v2/budgets/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "Unique identifier for the budget." } ] }, "docs": "Deletes a single budget by its identifier." } ] } ], "bundled": true }