I am trying to connect to a VM using a spice console without using the Web UI as many have done before
(see https://forum.proxmox.com/threads/spiceproxy-via-api.103395
I have looked at using both VDI viewer and trying to use the proxmox api in python to get the ticket
Read more
(see https://forum.proxmox.com/threads/spiceproxy-via-api.103395
I have looked at using both VDI viewer and trying to use the proxmox api in python to get the ticket
Python:
cmd = 'curl -f -X POST -s -S -k -b "PVEAuthCookie={}" -H "CSRFPreventionToken: {}" https://{}:8006//api2/json/nodes/miniboi1/qemu/108/spiceproxy > ./spiceproxy.vv'.format(Ticket,Token,server,node,vm)...
Read more