Returns available amitypes for EKS
GET/api/v2/metadata/k8s/EKS/amitypes
Returns available amitypes for EKS
Request
Responses
- 200
- 401
- 403
- 500
A list of the supported ami types for eks nodegroups
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...