mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-02 21:09:44 +00:00
vzdump: document restricted API parameters
This commit is contained in:
parent
88ecfbdbda
commit
eb2d6fd390
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user