This method allows to perform either a 'start' or 'stop' action on the DBus VMState helper, not just stop it.
Signed-off-by: Christoph Heiss <c.he...@proxmox.com> --- src/PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/API2/Qemu.pm b/src/PVE/API2/Qemu.pm index 83542482..b571e6c1 100644 --- a/src/PVE/API2/Qemu.pm +++ b/src/PVE/API2/Qemu.pm @@ -6956,7 +6956,7 @@ __PACKAGE__->register_method({ path => '{vmid}/dbus-vmstate', method => 'POST', proxyto => 'node', - description => 'Stop the dbus-vmstate helper for the given VM if running.', + description => 'Control the dbus-vmstate helper for a given running VM.', permissions => { check => ['perm', '/vms/{vmid}', ['VM.Migrate']], }, -- 2.50.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel