REST API Reference
Clusters API
Register, test connectivity, manage capacity allocations, and monitor node health across physical and managed Kubernetes clusters.
List Clusters
Returns all registered Kubernetes clusters with current status, node count, and resource capacity.
List ClustersAuth
Enumerate managed Kubernetes clusters.
Status Codes
- Name
200- Type
- HTTP
- Description
- Successfully retrieved cluster list.
Request
GET/v1/cloud/clusters
Response 200
Test Cluster Connectivity
Runs an active ping against the cluster API server using stored credentials to verify TLS handshake and RBAC health.
Test Cluster PingAuth
Validate API server connectivity and credentials.
Status Codes
- Name
200- Type
- HTTP
- Description
- Cluster is healthy and reachable.
- Name
502- Type
- HTTP
- Description
- Kubernetes API server unreachable or certificate expired.
Request
POST/v1/cloud/clusters/{id}/test
Response 200