EasyManua.ls Logo

VMware VCLOUD API 1.0 - API

VMware VCLOUD API 1.0 - API
212 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
vCloud API Programming Guide
70 VMware, Inc.
Example 5-9. Configuration Links for a vApp
Request:
GET http://vcloud.example.com/api/v1.0/vApp/vapp-7
Response:
200 OK
Content-type: application/vnd.vmware.vcloud.vApp+xml
...
<VApp name="Linux FTP server" status="8" href="http://vcloud.example.com/api/v1.0/vApp/vapp-7"
...>
<Description>Example FTP Server</Description>
...
<LeaseSettingsSection
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/leaseSettingsSection/"
ovf:required="false">
<ovf:Info>VApp lease settings</ovf:Info>
<Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml"
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/
leaseSettingsSection/"/>
<DeploymentLeaseInSeconds>3600</DeploymentLeaseInSeconds>
<StorageLeaseInSeconds>3600</StorageLeaseInSeconds>
<DeploymentLeaseExpiration>2010-01-21T13:50:59.764-08:00</DeploymentLeaseExpiration>
</LeaseSettingsSection>
<ovf:StartupSection href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/startupSection/">
<ovf:Info>VApp startup section</ovf:Info>
<Link rel="edit" type="application/vnd.vmware.vcloud.startupSection+xml"
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/startupSection/"/>
</ovf:StartupSection>
<ovf:NetworkSection ... >
...
</ovf:NetworkSection>
<NetworkConfigSection
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/networkConfigSection/"
ovf:required="false">
<Link rel="edit" type="application/vnd.vmware.vcloud.networkConfigSection+xml"
href="http://vcloud.example.com/api/v1.0/vApp/vapp-7/
networkConfigSection/"/>
<ovf:Info>Configuration parameters for vAppNetwork</ovf:Info>
<NetworkConfig ... >
...
<Configuration>
...
</Configuration>
<IsDeployed>false</IsDeployed>
</NetworkConfig>
</NetworkConfigSection>
<Children>
...
</Children>
</VApp>

Table of Contents

Related product manuals