Get Node Pool Customization

Get Node Pool Customization

API to get Node Pool Customization

Request
URI
GET
https://{api_host}/telco/api/caas/v2/clusters/{clusterName}/nodepools/{nodepoolName}/customization
COPY
Path Parameters
string
clusterName
Required

Name of cluster where node pool is created

string
nodepoolName
Required

Name of node pool

Query Parameters
string
mgmtClusterName
Optional

Name of management cluster of the given cluster. If given cluster is management cluster, this is not required

string
tcaCpId
Required

TCA-CP id of management cluster managing given cluster


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully returned node pool customization details

Operation doesn't return any data structure

400

Bad Request

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

errors


500

Internal Server Error

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

errors