Upgrade Cluster

Upgrade Cluster

Api to upgrade K8s version of Cluster for Telco Cloud Automation

Request
URI
PUT
https://{api_host}/hybridity/api//infra/k8s/clusters/{id}/k8sUpgrade
COPY
Path Parameters
string
id
Required

id


Request Body

upgrade kubernetes version

clusterUpgradeRequest of type(s) application/json
Required
{
    "kubernetesVersion": "string",
    "vmTemplate": "string"
}
string
kubernetesVersion
Required

kubernetesVersion

string
vmTemplate
Required

vmTemplate

Authentication
This operation uses the following authentication methods.
Responses
200

Successfully triggered update of cluster password

Returns clusterAPIResponse of type(s) application/json
{
    "id": "string",
    "operationId": "string"
}
string
id
Optional

id

string
operationId
Optional

operationId


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