List nodes storages content

Options

optiondescriptionAllowed values
storagethe node storage name (local-lvm, isos, …)string
proxmox-nodeproxmox node namestring
output-formatoutput format can be one of table, json, yaml (default to table)string
content-typefilter by content column (iso, tzst, raw, qcow2 ….)string
content-formatfilter by content format. Can be one of iso,images,backup,vztmplstring
filter-orphanedcan be YES (orphaned content), NO (no orphaned content), N/A (not applicable to orphaned content). This is a coma separated list. Default to YES,NO,N/Astring

Examples

  • List specific node storage content
proxcli nodes storages content list --node pve1 --storage local-lvm
  • List storage content filtered by images content-type in raw format
proxcli nodes storages content list --node pve1 --storage b4papp --content-type raw --content-format images