GET
/
cloud
/
v2
/
k8s
/
{project_id}
/
{region_id}
/
create_versions
curl --request GET \
  --url https://api.gcore.com/cloud/v2/k8s/{project_id}/{region_id}/create_versions \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "version": "v1.28.1"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project identifier

region_id
integer
required

Region identifier

Response

200 - application/json

List of available k8s versions

The response is of type object.