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

Chamber Metrics API

Query GPU utilization, memory, temperature, and power metrics

Chamber Metrics API is one of 4 APIs that Chamber publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Metrics. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.usechamber.io/v1.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.usechamber.io/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Chamber Metrics API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token — a JWT from Cognito or a Chamber API token (prefix ch.). Generate API tokens in the dashboard under Settings API Tokens.

Paths & Operations 2

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

Metrics 2

Query GPU utilization, memory, temperature, and power metrics

GET
/workloads/metrics
Get ranked workload metrics
listRankedWorkloadMetrics 6 params → 200401403
GET
/workloads/{workload_id}/metrics
Get workload metrics
getWorkloadMetrics 4 params → 200401403404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), PageMetadata (2 properties). Each schema is shown below with its type and property counts.

PageMetadata
object
2 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chamber-metrics-api-openapi.yml Raw ↑

Other APIs Chamber publishes across the network.

Chamber Capacity API
Chamber Health API
Chamber Workloads API