Open Context Protocol is live! 🚀 Read the launch post
getKubernetesClustersConfig

getKubernetesClustersConfig

Get Kubernetes Cluster Kubeconfig

GET /kubernetes/clusters/{vke-id}/config HTTP/1.1

Parameters

{}

Response Schema

{
  "type": "object",
  "properties": {
    "kube_config": {
      "type": "string",
      "description": "Base64 encoded KubeConfig"
    }
  }
}