Get Single Node Cluster Customization

Get Single Node Cluster Customization

API to get customizations applied on single node cluster

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

The identifier of the tenant

string
clusterUUID
Required

UUID of the single node cluster

Query Parameters
string
mgmtClusterName
Optional

Name of management cluster of the given cluster

string
tcaCpId
Required

TCA-CP id of management cluster managing given cluster


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully returned cluster customization details

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


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

errors