List clusters
GET/clusters/admin
| URL | Description |
|---|---|
| https://ceems-demo.myaddr.tools:6443/api/v1 | Test CEEMS API server URL. |
This endpoint will list all the cluster IDs in the CEEMS DB. The
current user is always identified by the header X-Grafana-User in
the request.
This will list all the cluster IDs in the DB. This is primarily used to verify the CEEMS load balancer's backend IDs that should match with cluster IDs.
Request
Responses
- 200
- 401
- 403
- 500
OK
Unauthorized
Forbidden
Internal Server Error