Skip to main content
The platform exposes a JSON REST API for querying ClusterPersona data. The frontend uses this API, and you can also call it directly.

Endpoints

List clusters

Returns all ClusterPersona resources. Response:

Get cluster

Returns a single ClusterPersona by name. Response: Same structure as a single item from the list endpoint (unwrapped, not inside clusters array). Error (404):

Health check

Returns 200 OK when the server is running.

Response schema

ClusterPersona

NodeInfo

AddonInfo

ResourceSummary

Examples

WebSocket API

Real-time event protocol

Dashboard

How the frontend uses this API