Returns node types (with prices) for a given region of a given kubernetes provider
Returns node types (with prices) for a given region of a given kubernetes provider
Path Parameters
provider stringrequired
The kubernetes provider to retrieve instance types/prices for
region stringrequired
The region to retrieve instance types/prices for
Responses
- 200
- 401
- 403
- 404
- 500
A list of instance types with their pricing
- application/json
- Schema
- Example (from schema)
Schema
property name*
integer
items undefined[]
category string
mCpus int64
mem int64
name string
prices object
refreshed string
{
"items": [
{
"category": "string",
"mCpus": 0,
"mem": 0,
"name": "string",
"prices": {}
}
],
"refreshed": "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"
}
Loading...