Interface nodesQemuStatusCurrentVmStatus

Returned by GET /nodes/{node}/qemu/{vmid}/status/current

Hierarchy

  • nodesQemuStatusCurrentVmStatus

Indexable

[additionalProperties: string]: any

Properties

agent?: boolean

Qemu GuestAgent enabled in config.

cpus?: number

Maximum usable CPUs.

ha: any

HA manager service status.

lock?: string

The current config lock, if any.

maxdisk?: number

Root disk size in bytes.

maxmem?: number

Maximum memory in bytes.

name?: string

VM name.

pid?: number

PID of running qemu process.

qmpstatus?: string

Qemu QMP agent status.

running-machine?: string

The currently running machine type (if running).

running-qemu?: string

The currently running QEMU version (if running).

spice?: boolean

Qemu VGA configuration supports spice.

status: string

Qemu process status.

tags?: string

The current configured tags, if any

uptime?: number

Uptime.

vmid: number

The (unique) ID of the VM.

Generated using TypeDoc