vzdump: document restricted API parameters

This commit is contained in:
Fabian Grünbichler 2016-10-12 15:30:19 +02:00 committed by Dietmar Maurer
parent 88ecfbdbda
commit eb2d6fd390

View File

@ -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,