CloudHealth website screenshot

CloudHealth

CloudHealth (now VMware Tanzu CloudHealth, owned by Broadcom) is a multi-cloud financial and operational management platform. It provides cost visibility, optimization recommendations, asset inventory, custom perspectives (groupings), policies, governance, and partner/MSP billing workflows across AWS, Azure, GCP, Oracle, and data center environments. The platform exposes both a REST API and a GraphQL API for programmatic access to reports, assets, accounts, perspectives, tags, metrics, and partner customer provisioning.

3 APIs 0 Features
Cloud CostCloud GovernanceCloud ManagementCost OptimizationFinOpsMulti-Cloud

APIs

CloudHealth REST API

REST API at https://chapi.cloudhealthtech.com for managing AWS/Azure accounts, generating OLAP cost and usage reports, querying assets, managing perspectives (groupings), taggin...

CloudHealth GraphQL API

GraphQL API exposed in the CloudHealth UI under Setup > Admin > GraphQL Explorer for programmatic interaction with the platform's reporting and asset data model.

CloudHealth Partner API

Partner-specific REST endpoints for MSPs to provision customers, assign AWS/Azure accounts, manage custom price books, billing rules, and customer statements at scale.

Collections

GraphQL

CloudHealth GraphQL API

GraphQL API exposed in the CloudHealth UI under Setup > Admin > GraphQL Explorer for programmatic interaction with the platform's reporting and asset data model.

GRAPHQL

Pricing Plans

Rate Limits

Cloudhealth Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cloudhealth Context

0 classes · 5 properties

JSON-LD

API Governance Rules

CloudHealth API Rules

10 rules · 4 errors 6 warnings

SPECTRAL

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Product Documentation
Product Documentation
🔑
Authentication
Authentication
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CloudHealth REST API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: AWS Accounts
    type: folder
  items:
  - info:
      name: List AWS accounts
      type: http
    http:
      method: GET
      url: https://chapi.cloudhealthtech.com/v1/aws_accounts
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: Retrieve all configured AWS accounts with pagination support.
  - info:
      name: Enable an AWS account
      type: http
    http:
      method: POST
      url: https://chapi.cloudhealthtech.com/v1/aws_accounts
      body:
        type: json
        data: '{}'
    docs: Enable an AWS Account in the CloudHealth Platform.
  - info:
      name: Get an AWS account
      type: http
    http:
      method: GET
      url: https://chapi.cloudhealthtech.com/v1/aws_accounts/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Fetch details for a single AWS account by ID.
  - info:
      name: Update an AWS account
      type: http
    http:
      method: PUT
      url: https://chapi.cloudhealthtech.com/v1/aws_accounts/:id
      params:
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Modify attributes of an existing AWS account configuration.
  - info:
      name: Delete an AWS account
      type: http
    http:
      method: DELETE
      url: https://chapi.cloudhealthtech.com/v1/aws_accounts/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Remove an AWS account from the CloudHealth platform.
- info:
    name: Perspectives
    type: folder
  items:
  - info:
      name: List perspective schemas
      type: http
    http:
      method: GET
      url: https://chapi.cloudhealthtech.com/v1/perspective_schemas
    docs: Retrieve a list of all Perspectives you have created.
  - info:
      name: Create a perspective
      type: http
    http:
      method: POST
      url: https://chapi.cloudhealthtech.com/v1/perspective_schemas
      body:
        type: json
        data: '{}'
    docs: Create a new perspective with associated schema.
- info:
    name: Reports
    type: folder
  items:
  - info:
      name: Cost history report
      type: http
    http:
      method: GET
      url: https://chapi.cloudhealthtech.com/olap_reports/cost/history
      params:
      - name: dimensions
        value: ''
        type: query
      - name: measures
        value: ''
        type: query
      - name: interval
        value: ''
        type: query
    docs: Query the Cost History report with customizable dimensions and measures.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search assets
      type: http
    http:
      method: GET
      url: https://chapi.cloudhealthtech.com/api/search
      params:
      - name: name
        value: ''
        type: query
      - name: query
        value: ''
        type: query
    docs: Build a search query that retrieves assets that match specific criteria.
- info:
    name: SSO
    type: folder
  items:
  - info:
      name: Get SSO configuration
      type: http
    http:
      method: GET
      url: https://chapi.cloudhealthtech.com/v1/sso/configuration
    docs: Retrieve existing SSO configuration settings.
bundled: true