Unsuspend vApp

To unsuspend a vApp, use the following request. All the VSs in the vApp will be powered off. If you want to unsuspend the vApp and start up the VSs in it, use the Start vApp API request.

1
2
POST /vapps/:id/unsuspend.xml
POST /vapps/:id/unsuspend.json

XML Request Example

1
curl -i -X POST -u user:userpass --url http://onapp.test/vapps/12/unsuspend.xml

JSON Request Example

1
curl -i -X POST -u user:userpass --url http://onapp.test/vapps/12/unsuspend.json