Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 590 Bytes

api.md

File metadata and controls

31 lines (23 loc) · 590 Bytes

API

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