Download Cluster Template

Download Cluster Template

API to download a cluster template for Telco Cloud Automation

Request
URI
GET
https://{api_host}/telco/api/caas/v2/templates/{templateName}/download
COPY
Path Parameters
string
templateName
Required

Cluster template name to be downloaded


Responses
200

OK

Returns file of type(s) application/octet-stream
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


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Resource request is not found

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