The only place where I have found a description about what "full status" (in contrast to default) means has been the git log and I don't think the average user looks there.
Signed-off-by: Dominic Jäger <d.jae...@proxmox.com> --- PVE/API2/Qemu.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 8da616a..d04c6ea 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -394,7 +394,8 @@ __PACKAGE__->register_method({ full => { type => 'boolean', optional => 1, - description => "Determine the full status of active VMs.", + description => "Determine the full status of active VMs.". + "This includes especially the 'paused' state.", }, }, }, -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel