{ "opencollection": "1.0.0", "info": { "name": "Ternary Anomaly Detection Forecasting API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Forecasting", "type": "folder" }, "items": [ { "info": { "name": "List Budgets", "type": "http" }, "http": { "method": "GET", "url": "https://api.ternary.app/v1/budgets", "params": [ { "name": "page_token", "value": "", "type": "query", "description": "Token for paginating through results" }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "Returns a list of cloud cost budgets configured in the platform, with current spend versus budget targets." }, { "info": { "name": "Create Budget", "type": "http" }, "http": { "method": "POST", "url": "https://api.ternary.app/v1/budgets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cloud cost budget with defined spend thresholds and alerts." }, { "info": { "name": "Get Budget", "type": "http" }, "http": { "method": "GET", "url": "https://api.ternary.app/v1/budgets/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "The unique identifier of the budget" } ] }, "docs": "Returns details of a specific cloud cost budget." }, { "info": { "name": "Update Budget", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ternary.app/v1/budgets/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "The unique identifier of the budget" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing cloud cost budget." }, { "info": { "name": "Delete Budget", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ternary.app/v1/budgets/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "The unique identifier of the budget" } ] }, "docs": "Deletes a cloud cost budget from the platform." } ] } ], "bundled": true }