EasyManuals Logo

VMware VCLOUD API 1.0 - API User Manual

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
Page #70 background imageLoading...
Page #70 background image
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

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the VMware VCLOUD API 1.0 - API and is the answer not in the manual?

VMware VCLOUD API 1.0 - API Specifications

General IconGeneral
BrandVMware
ModelVCLOUD API 1.0 - API
CategorySoftware
LanguageEnglish

Related product manuals