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=36.3
{
    "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=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
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=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace