To suspend a vApp, use the following request:
1 2
POST /vapps/:id/suspend.xml POST /vapps/:id/suspend.json
XML Request Example
1
curl -i -X POST -u user:userpass --url http://onapp.test/vapps/12/suspend.xml
JSON Request Example
curl -i -X POST -u user:userpass --url http://onapp.test/vapps/12/suspend.json