cURL
curl --request GET \ --url https://api.gcore.com/cloud/v2/k8s/clusters/{project_id}/{region_id}/{cluster_name}/upgrade_versions \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "version": "<string>" } ] }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project identifier
Region identifier
Cluster name
None
Number of objects
x >= 0
1
Objects
Show child attributes
Was this page helpful?