Store kubeconfig To DB

Store kubeconfig To DB

API to Store kubeconfig to DB

Request
URI
POST
https://{api_host}/:9443/api/admin/clusters/{clusterId}/kubeconfig
COPY
Path Parameters
clusterId
Required

clusterId

Query Parameters
clusterType
Required

clusterType


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns inline_response_200_5 of type(s) application/json
{
    "data": {
        "items": [
            {
                "config": {
                    "url": "https://10.182.9.167:6443",
                    "clusterName": "tca-cluster1",
                    "kubeconfig": "string"
                },
                "enterprise": "string",
                "organization": "string"
            }
        ]
    }
}
data
Required

data