Admin Kubeconfig Service Get Admin Kubeconfig

Admin Kubeconfig Service Get Admin Kubeconfig

Get cluster admin kubeconfig.

Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clusters/{fullName.name}/adminkubeconfig
COPY
Path Parameters
string
fullName.name
Required

Name of this cluster.

Query Parameters
string
fullName.orgId
Optional

ID of Organization.

string
fullName.managementClusterName
Optional

Name of the management cluster.

string
fullName.provisionerName
Optional

Provisioner of the cluster.

string
encryptionKey.PublicKeyPem
Optional

The RSA public key encoded in PEM format.

string
encryptionKey.timestamp
Optional

The timestamp as when the keys were generated.


Responses
200

A successful response.

{
    "kubeconfig": "string"
}

default

An unexpected error response.

Returns grpc.gateway.runtime.Error of type(s) */*
{
    "error": "string",
    "code": 0,
    "message": "string",
    "details": [
        {
            "typeUrl": "string",
            "value": "string"
        }
    ]
}