API

March 25, 2018 ยท View on GitHub

List VirtualBox VMs (via API)

 $ http --verify=no https://127.0.0.1:3993/vbox/list
HTTP/1.1 500 Internal Server Error
Content-Length: 85
Content-Type: application/json; charset=UTF-8
Date: Mon, 19 Mar 2018 22:03:43 GMT

VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path

List VMware VMs (via API)

 $ http --verify=no https://127.0.0.1:3993/vmware/list
HTTP/1.1 200 OK
Content-Length: 21
Content-Type: text/plain; charset=UTF-8
Date: Sun, 25 Mar 2018 00:00:58 GMT

Total running VMs: 0