API sendkey problem?

jmjosebest

Renowned Member
Jan 16, 2009
192
39
93
I want do a "Ctrl-Alt-Delete",
How?

/api2/json/nodes/{node}/qemu/{vmid}/sendkey

Msg:
Code:
{"data":null}


seems is not available...

Code:
{"data":[{"subdir":"config"},{"subdir":"status"},{"subdir":"unlink"},{"subdir":"vncproxy"},{"subdir":"migrate"},{"subdir":"resize"},{"subdir":"move"},{"subdir":"rrd"},{"subdir":"rrddata"},{"subdir":"monitor"},{"subdir":"snapshot"},{"subdir":"spiceproxy"}]}

Bug? My fault?
 
Last edited:
I want do a "Ctrl-Alt-Delete",
How?

/api2/json/nodes/{node}/qemu/{vmid}/sendkey

Msg:
Code:
{"data":null}

Seems to return without errors - so it works.

seems is not available...

Bug? My fault?

It is just missing in the directory - that is a bug. Besides it is fully functional.
 
How can I do a "Ctrl-Alt-Delete"
Thanks!


/api2/json/nodes/{node}/qemu/{vmid}/sendkey/ctrl-alt-delete

dont take effect
 
Last edited: