D debian10 Well-Known Member Jul 30, 2019 36 1 48 39 Sep 1, 2019 #1 Hello 1 ) When I call VNCProxy from API Call to get Ticket Hash started with "PVEVNC" I want to Remove "PVEVNC" Word on VNCProxy Result. 2) how to set permanently vnc port and password with API Call ? Thanks a lot
Hello 1 ) When I call VNCProxy from API Call to get Ticket Hash started with "PVEVNC" I want to Remove "PVEVNC" Word on VNCProxy Result. 2) how to set permanently vnc port and password with API Call ? Thanks a lot
Dominic Proxmox Retired Staff Retired Staff Mar 18, 2019 1,388 193 68 Sep 2, 2019 #2 How are you accessing the API? pvesh, curl?
Dominic Proxmox Retired Staff Retired Staff Mar 18, 2019 1,388 193 68 Sep 3, 2019 #4 1) When you parse the output with a tool like jq you can simply use sed to do so. 2) You could read that in a file and read it when doing a call.
1) When you parse the output with a tool like jq you can simply use sed to do so. 2) You could read that in a file and read it when doing a call.
D debian10 Well-Known Member Jul 30, 2019 36 1 48 39 Sep 3, 2019 #5 Hello 2 ) which file or API Mehtod return back queme VNC INFO ?
Dominic Proxmox Retired Staff Retired Staff Mar 18, 2019 1,388 193 68 Sep 4, 2019 #6 The VNC related paths of the API are /nodes/{node}/qemu/{vmid}/vnc*. Take a look at the API viewer. The wiki page about VNC Client Access might be interesting as well.
The VNC related paths of the API are /nodes/{node}/qemu/{vmid}/vnc*. Take a look at the API viewer. The wiki page about VNC Client Access might be interesting as well.