vCloud API Programming Guide
82 VMware, Inc.
Aî ±powerOnî ±requestî ±toî ±aî ±vAppî ±orî ±virtualî ±machineî ±thatî ±isî ±undeployedî ±forcesî ±deployment.
Example 5-21. Power On a vApp or Virtual Machine
Requestî ±toî ±powerî ±onî ±aî ±vApp:
POST http://vcloud.example.com/api/v1.0/vApp/vapp-7/power/action/powerOn
Requestî ±toî ±powerî ±onî ±aî ±virtualî ±machine:
POST http://vcloud.example.com/api/v1.0/vApp/vm-5/power/action/powerOn
Response:
202 Accepted
Content-Type: application/vnd.vmware.vcloud.task+xml
...
<Task ... operation="Starting Virtual Application Linux FTP server (7) ...>
...
</Task>
Power Off a vApp or Virtual Machine
Aî ±powerOffî ±requestî ±toî ±aî ±vAppî ±URLî ±powersî ±offî ±allî ±ofî ±theî ±virtualî ±machinesî ±inî ±theî ±vApp,î ±asî ±specifiedî ±inî ±itsî ±
ovf:StartupSectionî ±element.
Aî ±powerOffî ±requestî ±toî ±aî ±virtualî ±machineî ±URLî ±powersî ±offî ±theî ±specifiedî ±virtualî ±machine.
Example 5-22. Power Off a vApp or Virtual Machine
Requestî ±toî ±powerî ±offî ±aî ±vApp:
POST http://vcloud.example.com/api/v1.0/vApp/vapp-7/power/action/powerOff
Requestî ±toî ±powerî ±offî ±aî ±virtualî ±machine:
POST http://vcloud.example.com/api/v1.0/vApp/vm-5/power/action/powerOff
Response:
202 Accepted
...
Content-Type: application/vnd.vmware.vcloud.task+xml
<Task ...>
...
</Task>
Reset a vApp or Virtual Machine
Aî ±resetî ±requestî ±toî ±aî ±vAppî ±URLî ±resetsî ±allî ±ofî ±theî ±virtualî ±machinesî ±inî ±theî ±vApp,î ±asî ±specifiedî ±inî ±itsî ±
ovf:StartupSectionî ±element.
Aî ±resetî ±requestî ±toî ±aî ±virtualî ±machineî ±URLî ±resetsî ±theî ±specifiedî ±virtualî ±machine.
Example 5-23. Reset a vApp or Virtual Machine
Requestî ±toî ±resetî ±aî ±vApp:
POST http://vcloud.example.com/api/v1.0/vApp/vapp-7/power/action/reset
Requestî ±toî ±resetî ±aî ±Vm:
POST http://vcloud.example.com/api/v1.0/vApp/vm-5/power/action/reset