ProxyAuthK8s Docs
ApiApi_clusters

Get all cluster visible to the user.

Last updated on

GET
/api/v1/clusters

Get all cluster visible to the user, if the user is not authenticated return 401, if none return an empty array.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/clusters"
{  "clusters": [    {      "enabled": true,      "is_reachable": true,      "name": "string",      "namespace": "string",      "sso_enabled": true    }  ]}

Have feedback?

Share on GitHub