Harness Cloud Cost Management · Capability
Harness Cloud Cost Management API
The Harness Cloud Cost Management (CCM) API provides programmatic access to cloud cost data, perspectives, budgets, anomaly detection, and AI-driven recommendations across AWS, Azure, GCP, and Kubernetes environments. CCM enables FinOps practices by exposing granular cost details across namespaces, nodes, pods, accounts, and services.
What You Can Do
GET
Listperspectives
— List perspectives
/ccm/api/perspective
POST
Createperspective
— Create a perspective
/ccm/api/perspective
GET
Getperspective
— Get a perspective
/ccm/api/perspective/{perspectiveId}
PUT
Updateperspective
— Update a perspective
/ccm/api/perspective/{perspectiveId}
DELETE
Deleteperspective
— Delete a perspective
/ccm/api/perspective/{perspectiveId}
GET
Listbudgets
— List budgets
/ccm/api/budgets
POST
Createbudget
— Create a budget
/ccm/api/budgets
GET
Getbudget
— Get a budget
/ccm/api/budgets/{budgetId}
PUT
Updatebudget
— Update a budget
/ccm/api/budgets/{budgetId}
DELETE
Deletebudget
— Delete a budget
/ccm/api/budgets/{budgetId}
GET
Listrecommendations
— List cost recommendations
/ccm/api/recommendation/overview/list
GET
Getrecommendation
— Get a recommendation
/ccm/api/recommendation/{recommendationId}
GET
Listanomalies
— List anomalies
/ccm/api/anomaly
GET
Getanomaly
— Get an anomaly
/ccm/api/anomaly/{anomalyId}
GET
Listcostcategories
— List cost categories
/ccm/api/business-mapping
POST
Createcostcategory
— Create a cost category
/ccm/api/business-mapping
GET
Listconnectors
— List connectors
/ng/api/connectors
MCP Tools
listperspectives
List perspectives
read-only
idempotent
createperspective
Create a perspective
getperspective
Get a perspective
read-only
idempotent
updateperspective
Update a perspective
idempotent
deleteperspective
Delete a perspective
idempotent
listbudgets
List budgets
read-only
idempotent
createbudget
Create a budget
getbudget
Get a budget
read-only
idempotent
updatebudget
Update a budget
idempotent
deletebudget
Delete a budget
idempotent
listrecommendations
List cost recommendations
read-only
idempotent
getrecommendation
Get a recommendation
read-only
idempotent
listanomalies
List anomalies
read-only
idempotent
getanomaly
Get an anomaly
read-only
idempotent
listcostcategories
List cost categories
read-only
idempotent
createcostcategory
Create a cost category
listconnectors
List connectors
read-only
idempotent