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

Quasar cluster API

Operational statistics about the QuasarDB cluster

Quasar cluster API is one of 10 APIs that Quasar publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 2.0, at version 3.15.0-nightly.0.

Requests are made against the base URL https://quasar.ai.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
3.15.0-nightly.0
Base URL
https://quasar.ai
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Quasar cluster API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (Bearer). An API key is passed in the query as token (UrlParam). By default, every request must be authenticated.

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.

cluster 2

Operational statistics about the QuasarDB cluster

GET
/cluster
Get a summary of the cluster status
get-cluster → 400500200
GET
/cluster/nodes/{id}
Get information about a single node in the cluster
get-node 1 param → 400500404200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Node (9 properties), Cluster (6 properties), QdbError (1 property). Each schema is shown below with its type and property counts.

Cluster
object
6 properties 6 required
QdbError
object
1 property
Node
object
9 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quasar-cluster-api-openapi.yml Raw ↑

Other APIs Quasar publishes across the network.

Quasar Login API
Quasar max-in-buffer-size API
Quasar option API
Quasar parallelism API
Quasar Prometheus API
Quasar query API
Quasar Status API
Quasar Tables API
Quasar tags API