Hi everyone,
I'm currently using the Proxmox API to create a VNC proxy connection for accessing a container's console. Here's the workflow I'm following:
Read more
I'm currently using the Proxmox API to create a VNC proxy connection for accessing a container's console. Here's the workflow I'm following:
- Step 1: I use the /api2/json/nodes/{node}/lxc/{vmid}/vncproxy API to generate a VNC proxy ticket and port. This step works fine, and I receive a response containing the ticket and port.
- Step 2:I then use the /api2/json/nodes/{node}/lxc/{vmid}/vncwebsocket API to establish a WebSocket connection. For this, I pass:
- ...
Read more