From: Fabian Grünbichler Date: Wed, 12 Oct 2016 13:30:19 +0000 (+0200) Subject: vzdump: document restricted API parameters X-Git-Url: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff_plain;h=eb2d6fd390e87b38b30cc05bc1b390caf568c8c5 vzdump: document restricted API parameters --- diff --git a/PVE/API2/VZDump.pm b/PVE/API2/VZDump.pm index 2e900785..6a760962 100644 --- a/PVE/API2/VZDump.pm +++ b/PVE/API2/VZDump.pm @@ -23,7 +23,7 @@ __PACKAGE__->register_method ({ method => 'POST', description => "Create backup.", permissions => { - description => "The user needs 'VM.Backup' permissions on any VM, and 'Datastore.AllocateSpace' on the backup storage.", + description => "The user needs 'VM.Backup' permissions on any VM, and 'Datastore.AllocateSpace' on the backup storage. The 'maxfiles', 'tmpdir', 'dumpdir', 'script', 'bwlimit' and 'ionice' parameters are restricted to the 'root\@pam' user.", user => 'all', }, protected => 1,