Sync Kubeconfig

Sync Kubeconfig

Api to update kubeconfig Kubernetes Cluster for Telco Cloud Automation

Request
URI
POST
https://{api_host}/tca/caas/api/v2/orgs/{orgId}/clusters/{clusterUUID}/syncKubeconfig
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant

string
clusterUUID
Optional

UUID of the cluster whose kubeconfig has to be renewed

Query Parameters
string
mgmtClusterName
Optional

Name of the management cluster where the request has to be executed

string
tcaCpId
Optional

Id of the TCA CP where the request has to be routed.


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully accepted request to update cluster certificate.

Operation doesn't return any data structure

400
Returns BadRequest of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


404
Returns NotFound of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


409
Returns Conflict of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors