Get Resource Pool Kubernetes Config

Get Resource Pool Kubernetes Config

Get Kubernetes configuration for a resource pool which is backed by a Kubernetes enabled cluster.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/resourcePools/{moref}/kubernetesConfig
COPY
Path Parameters
string
vcUrn
Required

vcUrn

string
moref
Required

moref


Authentication
This operation uses the following authentication methods.
Responses
200
Returns ResourcePoolKubernetesConfig of type(s) application/json;version=39.1
{
    "controlPlaneEndpoint": "string"
}
string
controlPlaneEndpoint
Optional

Endpoint for the Kubernetes enabled cluster backed by this Resource Pool.


400

Invalid configuration.

Returns Error of type(s) application/json;version=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


404

The specified resource was not found

Returns Error of type(s) application/json;version=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/resourcePools/{moref}/kubernetesConfig