5.1

Table Of Contents
...
</ovf:OperatingSystemSection>
<NetworkConnectionSection>
<Link
rel="edit"
type="application/vnd.vmware.vcloud.networkConnectionSection+xml"
href="https://vcloud.example.com/api/vApp/vm-4/networkConnectionSection/" />
<ovf:Info>Specifies the available VM network connections</ovf:Info>
<PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex>
<NetworkConnection
network="vAppNetwork">
<NetworkConnectionIndex>0</NetworkConnectionIndex>
<IpAddress>10.147.122.134</IpAddress>
<IsConnected>false</IsConnected>
<MACAddress>00:50:56:01:01:49</MACAddress>
<IpAddressAllocationMode>POOL</IpAddressAllocationMode>
</NetworkConnection>
</NetworkConnectionSection>
<GuestCustomizationSection>
<Link
rel="edit"
href="https://vcloud.example.com/api/vApp/vm-4/guestCustomizationSection+xml/">
</Link>
...
</GuestCustomizationSection>
...
</Vm>
Summary of Vm Reconfiguration Requests
Vm reconfiguration requests retrieve or update modifiable sections of a virtual machine (Vm object).
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-3. Summary of Vm Reconfiguration Requests
Operation Request Request Body Response
Retrieve the
NetworkConnectionSectio
n of a virtual machine
GET API-URL/vApp/vm-id/
networkConnectionSectio
n/
None
NetworkConnectionSectio
n
Update the
NetworkConnectionSectio
n of a virtual machine
PUT API-URL/vApp/vm-id/
networkConnectionSectio
n/
NetworkConnectionSecti
on
Task
Retrieve the
GuestCustomizationSecti
on of a virtual machine
GET API-URL/vApp/vm-id/
guestCustomizationSectio
n/
None
GuestCustomizationSecti
o
Chapter 5 Deploying and Operating vApps
VMware, Inc. 103