v1

latestSwagger 2.0Apache 2.02026-07-17131416.5 KB

Gets the machine configuration of the VM.

Gets the machine configuration of the VM. When called before the PUT operation, it will return the default values for the vCPU count (=1), memory size (=128 MiB). By default Hyperthreading is disabled and there is no CPU Template.

get/machine-config

Response

OK

vcpu_countinteger

Number of vCPUs (either 1 or an even number)

mem_size_mibinteger

Memory size of VM

ht_enabledboolean

Flag for enabling/disabling Hyperthreading

cpu_template'C3' | 'T2'

The CPU Template defines a set of flags to be disabled from the microvm so that the features exposed to the guest are the same as in the selected instance type.