Interface nodesStorageContentIndex

Returned by GET /nodes/{node}/storage/{storage}/content

Hierarchy

  • nodesStorageContentIndex

Indexable

[additionalProperties: string]: any

Properties

ctime?: number

Creation time (seconds since the UNIX Epoch).

encrypted?: string

If whole backup is encrypted, value is the fingerprint or '1' if encrypted. Only useful for the Proxmox Backup Server storage type.

format: string

Format identifier ('raw', 'qcow2', 'subvol', 'iso', 'tgz' ...)

notes?: string

Optional notes. If they contain multiple lines, only the first one is returned here.

parent?: string

Volume identifier of parent (for linked cloned).

protected?: boolean

Protection status. Currently only supported for backups.

size: number

Volume size in bytes.

used?: number

Used space. Please note that most storage plugins do not report anything useful here.

verification?: { state: string; upid: string }

Last backup verification result, only useful for PBS storages.

Type declaration

  • state: string

    Last backup verification state.

  • upid: string

    Last backup verification UPID.

vmid?: number

Associated Owner VMID.

volid: string

Volume identifier.

Generated using TypeDoc