Download Cluster Template
API to download a cluster template for Telco Cloud Automation
Request
URI
GET
https://{api_host}/tca/caas/api/v2/orgs/{orgId}/templates/{templateId}/download
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
string
templateId
Required
Cluster template Id to be downloaded
Responses
200
OK
Returns
file
of type(s)
application/octet-stream
Operation doesn't return any data structure
400
Returns
BadRequest
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Returns
NotFound
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Returns
InternalServerError
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Cluster V2 Templates Operations
POST
Create Cluster Template
DELETE
Delete Cluster Template
GET
Download Cluster Template
POST
Generate Addons Deployment Spec
POST
Generate Cluster Deployment Spec
POST
Generate Node Pools Deployment Spec
GET
Get All Cluster Templates
GET
Get Cluster Template
POST
Transform Cluster Template
PUT
Update Cluster Template
POST
Upload Cluster Template