{ "opencollection": "1.0.0", "info": { "name": "Ternary Anomaly Detection Cost Allocation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cost Allocation", "type": "folder" }, "items": [ { "info": { "name": "List Cost Allocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.ternary.app/v1/cost-allocations", "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 cost allocation rules defined in the platform for distributing shared costs across teams, projects, or cost centers." }, { "info": { "name": "Create Cost Allocation", "type": "http" }, "http": { "method": "POST", "url": "https://api.ternary.app/v1/cost-allocations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cost allocation rule for distributing shared cloud costs across cost centers, teams, or projects." }, { "info": { "name": "Get Cost Allocation", "type": "http" }, "http": { "method": "GET", "url": "https://api.ternary.app/v1/cost-allocations/:allocation_id", "params": [ { "name": "allocation_id", "value": "", "type": "path", "description": "The unique identifier of the cost allocation rule" } ] }, "docs": "Returns details of a specific cost allocation rule." }, { "info": { "name": "Update Cost Allocation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ternary.app/v1/cost-allocations/:allocation_id", "params": [ { "name": "allocation_id", "value": "", "type": "path", "description": "The unique identifier of the cost allocation rule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing cost allocation rule." }, { "info": { "name": "Delete Cost Allocation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ternary.app/v1/cost-allocations/:allocation_id", "params": [ { "name": "allocation_id", "value": "", "type": "path", "description": "The unique identifier of the cost allocation rule" } ] }, "docs": "Deletes a cost allocation rule from the platform." } ] } ], "bundled": true }