Returns supported Kubernetes versions for a given region of a given kubernetes provider
Returns supported Kubernetes versions for a given region of a given kubernetes provider
Path Parameters
provider stringrequired
The kubernetes provider to retrieve for
region stringrequired
The region to retrieve for
Responses
- 200
- 401
- 403
- 404
- 500
A list of supported kubernetes versions
- application/json
- Schema
- Example (from schema)
Schema array
- string
[
"string"
]
If not authenticated
If authenticated but not authorized
provider or region doesn't exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://<WAYFINDER-API-ENDPOINT>/api/v1alpha1/metadata/k8s/:provider/regions/:region/versions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear