Kuberenetes Version Upgrade Matrix

Kuberenetes Version Upgrade Matrix

Api to get the K8s versions upgrade matrix for Telco Cloud Automation

Request
URI
POST
https://{api_host}/tca/caas/api/v1/orgs/{orgId}/k8sVersionUpgradeMatrix/query
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant


Request Body

Filter object.

versionMatrixFilter of type(s) application/json
Required
{
    "filter": {
        "clusterType": "string",
        "versions": [
            "string"
        ]
    }
}
object
filter
Optional

filter

Authentication
This operation uses the following authentication methods.
Responses
200

Successfully retrieved version matrix.

Returns upgradeMatrixList of type(s) application/json
{
    "items": [
        {
            "clusterType": "string",
            "version": "string",
            "supportedUpgradeVersions": [
                "string"
            ]
        }
    ]
}
array of object
items
Optional

List of upgrade matrix.


500

Internal Server Error

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

errors