Interface clusterResourcesResources

Returned by GET /cluster/resources

Hierarchy

  • clusterResourcesResources

Indexable

[additionalProperties: string]: any

Properties

content?: string

Allowed storage content types (when type == storage).

cpu?: number

CPU utilization (when type in node,qemu,lxc).

disk?: string

Used disk space in bytes (when type in storage), used root image spave for VMs (type in qemu,lxc).

hastate?: string

HA service status (for HA managed VMs).

id: string
level?: string

Support level (when type == node).

maxcpu?: number

Number of available CPUs (when type in node,qemu,lxc).

maxdisk?: number

Storage size in bytes (when type in storage), root image size for VMs (type in qemu,lxc).

maxmem?: number

Number of available memory in bytes (when type in node,qemu,lxc).

mem?: string

Used memory in bytes (when type in node,qemu,lxc).

name?: string

Name of the resource.

node?: string

The cluster node name (when type in node,storage,qemu,lxc).

plugintype?: string

More specific type, if available.

pool?: string

The pool name (when type in pool,qemu,lxc).

status?: string

Resource type dependent status.

storage?: string

The storage identifier (when type == storage).

type: string

Resource type.

uptime?: number

Node uptime in seconds (when type in node,qemu,lxc).

Generated using TypeDoc