{ "opencollection": "1.0.0", "info": { "name": "Harness Cloud Cost Management Anomalies Cost Categories API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cost Categories", "type": "folder" }, "items": [ { "info": { "name": "List cost categories", "type": "http" }, "http": { "method": "GET", "url": "https://app.harness.io/ccm/api/business-mapping", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." } ] }, "docs": "Returns cost categories (business mappings) used for chargeback and showback." }, { "info": { "name": "Create a cost category", "type": "http" }, "http": { "method": "POST", "url": "https://app.harness.io/ccm/api/business-mapping", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a cost category" } ] } ], "bundled": true }