mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-15 09:30:05 +00:00
PVE::JSONSchema - add proxyto_callback property
This commit is contained in:
parent
752743e717
commit
031efdd022
@ -1153,6 +1153,11 @@ my $method_schema = {
|
||||
description => "A parameter name. If specified, all calls to this method are proxied to the host contained in that parameter.",
|
||||
optional => 1,
|
||||
},
|
||||
proxyto_callback => {
|
||||
type => 'coderef',
|
||||
description => "A function which is called to resolve the proxyto attribute. The default implementaion returns the value of the 'proxyto' parameter.",
|
||||
optional => 1,
|
||||
},
|
||||
permissions => {
|
||||
type => 'object',
|
||||
description => "Required access permissions. By default only 'root' is allowed to access this method.",
|
||||
|
Loading…
Reference in New Issue
Block a user