List Compute instance Types
GET /instance-type
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/instance-type
Response examples (200)
{
"instance-types": [
{
"id": "string",
"size": "large",
"family": "gpu3",
"cpus": 42,
"gpus": 42,
"authorized": true,
"memory": 42,
"zones": [
"ch-dk-2"
]
}
]
}