{ "opencollection": "1.0.0", "info": { "name": "Harness Cloud Cost Management Anomalies Perspectives API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Perspectives", "type": "folder" }, "items": [ { "info": { "name": "List perspectives", "type": "http" }, "http": { "method": "GET", "url": "https://app.harness.io/ccm/api/perspective", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." } ] }, "docs": "Returns a list of cost perspectives configured in the account." }, { "info": { "name": "Create a perspective", "type": "http" }, "http": { "method": "POST", "url": "https://app.harness.io/ccm/api/perspective", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cost perspective." }, { "info": { "name": "Get a perspective", "type": "http" }, "http": { "method": "GET", "url": "https://app.harness.io/ccm/api/perspective/:perspectiveId", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." }, { "name": "perspectiveId", "value": "", "type": "path" } ] }, "docs": "Get a perspective" }, { "info": { "name": "Update a perspective", "type": "http" }, "http": { "method": "PUT", "url": "https://app.harness.io/ccm/api/perspective/:perspectiveId", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." }, { "name": "perspectiveId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a perspective" }, { "info": { "name": "Delete a perspective", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.harness.io/ccm/api/perspective/:perspectiveId", "params": [ { "name": "accountIdentifier", "value": "", "type": "query", "description": "The Harness account identifier." }, { "name": "perspectiveId", "value": "", "type": "path" } ] }, "docs": "Delete a perspective" } ] } ], "bundled": true }