Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Harness Cloud Cost Management Budgets API

Define and monitor cloud spending budgets with alerts.

Harness Cloud Cost Management Budgets API is one of 6 APIs that Harness Cloud Cost Management publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Budgets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and an API reference.

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://app.harness.io.

5 operations 2 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://app.harness.io
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Harness Cloud Cost Management Budgets API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Harness Personal Access Token or Service Account API key.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Budgets 5

Define and monitor cloud spending budgets with alerts.

GET
/ccm/api/budgets
List budgets
listBudgets 1 param → 200
POST
/ccm/api/budgets
Create a budget
createBudget 1 param body → 200
GET
/ccm/api/budgets/{budgetId}
Get a budget
getBudget 2 params → 200
PUT
/ccm/api/budgets/{budgetId}
Update a budget
updateBudget 2 params body → 200
DELETE
/ccm/api/budgets/{budgetId}
Delete a budget
deleteBudget 2 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Budget (11 properties). Each schema is shown below with its type and property counts.

Budget
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

harness-cloud-cost-budgets-api-openapi.yml Raw ↑

Other APIs Harness Cloud Cost Management publishes across the network.

Harness Cloud Cost Management Anomalies API
Harness Cloud Cost Management Connectors API
Harness Cloud Cost Management Cost Categories API
Harness Cloud Cost Management Perspectives API
Harness Cloud Cost Management Recommendations API