VmStatusCountsResponse
The number of VMs in each lifecycle status. Every status is always present; a status with no VMs
is reported as 0. The sum of all fields equals the total number of VMs in the project, and
each field matches the number of rows the VM list endpoint returns for the corresponding
status== filter on the same data.
creatinginteger<int32>
VMs that are being provisioned and are not ready to use yet.
activeinteger<int32>
VMs that exist and are in a normal, ready-to-use state.
updatinginteger<int32>
VMs that are having a change applied (for example start, stop, reboot, resize or rebuild).
deletinginteger<int32>
VMs that are being deleted.
failedinteger<int32>
VMs that entered a state they cannot recover from automatically and need manual intervention.
VmStatusCountsResponse
{
"creating": 0,
"active": 0,
"updating": 0,
"deleting": 0,
"failed": 0
}