Returning all VM types
When not overridden by custom types, this endpoint returns all the default VM types for your IaaS
If you are on AWS, you will see an additional boolean field raw_instance_storage
per vm_type.
If you are on GCP, you will see an additional string field machine_type
if it has been specified for the vm_type.
Request
URI
GET
https://{api_host}/api/v0/vm_types
COPY
Responses
200
OK
Returns GetVmTypes of type(s) application/json
{
"vm_types": [
{}
]
}
array of vm_types
vm_types
Optional
vm_types
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/vm_types