mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-30 07:39:02 +00:00
fix docu
This commit is contained in:
parent
bcf1b404b1
commit
31178e138f
@ -1339,7 +1339,7 @@ __PACKAGE__->register_method({
|
|||||||
node => get_standard_option('pve-node'),
|
node => get_standard_option('pve-node'),
|
||||||
vmid => get_standard_option('pve-vmid'),
|
vmid => get_standard_option('pve-vmid'),
|
||||||
proxy => {
|
proxy => {
|
||||||
description => "This can be used by the client to specify the proxy server. All nodes in a cluster runs 'spiceproxy', so it is up to the client to choose one. By default, we return the node where the VM is currently running. As resonable setting is to use same node you use to connect to the API (This is window.location.host for the JS GUI).",
|
description => "This can be used by the client to specify the proxy server. All nodes in a cluster runs 'spiceproxy', so it is up to the client to choose one. By default, we return the node where the VM is currently running. As resonable setting is to use same node you use to connect to the API (This is window.location.hostname for the JS GUI).",
|
||||||
type => 'string', format => 'dns-name',
|
type => 'string', format => 'dns-name',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user