Returns available amitypes for EKS
Returns available amitypes for EKS
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 int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...