vm
resources.
start
, stop
, shutdown
, suspend
, detach
, migrate
, export
, import
, move
and ticket
.
POST /rhevm-api/vms/5114bb3e-a4e6-44b2-b783-b3eea7d84720/start HTTP/1.1 Content-type: application/xml <action/>
vm
element to be provided as a parameter. If a vm
element is provided, boot-specific properties of the VM will be overridden at start time, using the values from the provided element. The properties will only be overriden for this boot of the virtual machine, and will not be persisted for the next boot.
POST /rhevm-api/vms/5114bb3e-a4e6-44b2-b783-b3eea7d84720/start HTTP/1.1 Content-type: application/xml <action> <pause>true</pause> <vm> <host id="02447ac6-bcba-448d-ba2b-f0f453544ed2"/> <stateless>true</stateless> <display> <type>spice</type> </display> <os> <boot dev="cdrom"/> </os> <cdroms> <cdrom> <file id="foo.iso"/> </cdrom> </cdroms> <floppies> <floppy> <file id="bar.vfd"/> </floppy> </floppies> </vm> </action>