5.1

Table Of Contents
</LeaseSettingsSection>
<ovf:StartupSection ...
href="https://vcloud.example.com/api/vApp/vapp-7/startupSection/" ... >
...
<Link
rel="edit"
type="application/vnd.vmware.vcloud.startupSection+xml"
href="https://vcloud.example.com/api/vApp/vapp-7/startupSection/" />
...
</ovf:StartupSection>
<NetworkConfigSection ...
href="https://vcloud.example.com/api/vApp/vapp-7/networkConfigSection/" ... />
...
<Link
rel="edit"
type="application/vnd.vmware.vcloud.networkConfigSection+xml"
href="https://vcloud.example.com/api/vApp/vapp-7/networkConfigSection/" />
...
</NetworkConfigSection>
<Children>
<Vm ...
status="8"
name="ubuntu10-x86"
href="https://vcloud.example.com/api/vApp/vm-4">
...
</Vm>
</Children>
</VApp>
Summary of vApp Reconfiguration Requests
vApp reconfiguration requests retrieve or update modifiable sections of a vApp.
n
API-URL is a URL of the form https://vcloud.example.com/api.
n
id is a unique identifier in the form of a UUID, as defined by RFC 4122.
IMPORTANT Request URLs are always available in Link elements contained by the representation of the object
on which they operate. URL forms shown here are for reference purposes only. Although URLs have a well-
known syntax and a well-understood interpretation, a client should treat vCloud API request URLs as opaque
strings. The rules that govern how the server constructs these strings might change in future releases.
This summary may not cover all requests in this category. For the complete list of requests, along with detailed
information about input and output types, see the Operations lists in the schema reference.
Table 5-2. Summary of vApp Reconfiguration Requests
Operation Request Request Body Response
Retrieve vApp
LeaseSettingsSection
GET API-URL/vApp/vapp-
id/ leaseSettingsSection/
None
LeaseSettingsSection
Update vApp
LeaseSettingsSection
PUT API-URL/vApp/vapp-
id/ leaseSettingsSection/
LeaseSettingsSection Task
Retrieve vApp
StartupSection
GET API-URL/vApp/vapp-
id/ startupSection/
None
StartupSection
Update vApp
StartupSection
PUT API-URL/vApp/vapp-
id/ startupSection/
StartupSection Task
vCloud API Programming Guide
100 VMware, Inc.