Get Node Pool Tca K 8s Resources
API to fetch underyling tca k8s NodePool CRs for Telco Cloud Automation
Request
URI
GET
https://{api_host}/telco/api/caas/v2/clusters/{clusterName}/nodepools/{nodePoolName}/tcak8sresources
COPY
Path Parameters
string
clusterName
Required
Name of the cluster to which resources need to be fetched
string
nodePoolName
Required
nodePoolName
Query Parameters
string
mgmtClusterName
Required
Name of the management cluster of the given cluster
string
tcaCpId
Required
Id of the TCA CP of the given cluster
Responses
200
Returns underlying tca NodePool K8s CRs
Returns tcaNodePoolResource of type(s) application/json
{
"tcaK8sResources": [
"",
""
]
}
array of tcaK8sResources
tcaK8sResources
Optional
tcaK8sResources
400
Bad Request
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
404
Resource request is not found
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Internal Server Error
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}