Avisi cloud logo
Kubernetes versions

List supported Kubernetes versions.

GET
/api/v1/cluster-versions

Response Body

Request was successfully processed. The response body contains the requested data.

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredarray<object>
curl -X GET "https://api.avisi.cloud/api/v1/cluster-versions"
[
  {
    "version": "string"
  }
]