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
Содержание VCLOUD API 1.0 - TECHNICAL NOTE
Страница 10: ...vCloud API Programming Guide 10 VMware Inc...
Страница 20: ...vCloud API Programming Guide 20 VMware Inc...
Страница 32: ...vCloud API Programming Guide 32 VMware Inc...
Страница 90: ...vCloud API Programming Guide 90 VMware Inc...
Страница 150: ...vCloud API Programming Guide 150 VMware Inc...
Страница 170: ...vCloud API Programming Guide 170 VMware Inc...
Страница 202: ...vCloud API Programming Guide 202 VMware Inc...
Страница 212: ...vCloud API Programming Guide 212 VMware Inc...