Suspend VS
To suspend a VS, use the following request:
POST /virtual_machines/:id/suspend.xml
POST /virtual_machines/:id/suspend.json
XML Request Example
curl -i -X POST -u user:userpass --url http://onapp.test/virtual_machines/12/suspend.xml
JSON Request Example
curl -i -X POST -u user:userpass --url http://onapp.test/virtual_machines/12/suspend.json
Where:
virtual_machine_id* - ID of a VS you want to suspend