Retrieves a list of CoxEdge instance types
GET/v1/clouds/coxedge/regions/:region/instancetypes
Retrieves a list of CoxEdge instance types
Request
Path Parameters
region stringrequired
Region for which CoxEdge instances are listed
Query Parameters
cpuGtEq double
Filter for instances having cpu greater than or equal
memoryGtEq double
Filter for instances having memory greater than or equal
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
instanceTypes object[]
categorystring
Category of instance type
cost object
Instance cost entity
price object[]
Array of cloud instance price
onDemanddouble
OnDemand price of instance
osstring
Possible values: [linux
, windows
]
Os associated with instance price. Allowed values - [linux, windows]
spotdouble
Spot price of instance
cpudouble
Cpu of instance type
gpudouble
Gpu of instance type
memorydouble
Memory of instance type
nonSupportedZonesstring[]
Non supported zones of the instance in a particular region
pricedouble
Price of instance type
supportedArchitecturesstring[]
Supported architecture of the instance
typestring
Type of instance type
{
"instanceTypes": [
{
"category": "string",
"cost": {
"price": [
{
"onDemand": 0,
"os": "linux",
"spot": 0
}
]
},
"cpu": 0,
"gpu": 0,
"memory": 0,
"nonSupportedZones": [
"string"
],
"price": 0,
"supportedArchitectures": [
"string"
],
"type": "string"
}
]
}
Loading...