1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 01:48:59 +00:00
gns3-server/gns3server/schemas
Julien Duponchelle fd22cd8361
Send command line used to start the VM to client
Add a command_line attribute to the VM object with
the command line used to start the VM.

Now /start return the object in order to get
this new attribute. And the HTTP status code
is 200 instead of 204 because 204 disallow body.

Support:
* Qemu
* Dynamips
* IOU

Ref https://github.com/GNS3/gns3-gui/issues/513
2016-02-02 18:25:17 +01:00
..
__init__.py
docker.py Initial Docker support from Google Summer of Code 2015-09-08 10:57:28 +02:00
dynamips_device.py EthernetSwitch: Allow to choose ethertype for QinQ outer tag. 2015-08-20 09:42:30 +03:00
dynamips_vm.py Support listing images in subdirectories 2015-10-05 11:07:15 +02:00
file.py
iou.py Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
nio.py Allows VMware VMs to use vmnet interfaces for connections without using uBridge. Fixes #295. 2015-09-05 14:38:11 -06:00
project.py Allow to return an empty project name because it's allowed in creation 2015-11-03 17:11:58 +01:00
qemu.py Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00
version.py
virtualbox.py Return vm_directory for VirtualBox and VMware 2015-06-26 17:09:19 +02:00
vm.py Fix add existing IOS not working 2015-11-05 16:28:11 +01:00
vmware.py Support for packet capture on VMware VM links. 2015-09-13 09:40:09 -06:00
vpcs.py Send command line used to start the VM to client 2016-02-02 18:25:17 +01:00