Get vApp Details
To view the details of a vApp, use the following request:
| |
XML Request Example
| |
JSON Request Example
| |
XML Output Example
| |
Where:
- created_at - time when the vApp was created, in [YYYY][MM][DD]T[hh][mm][ss]Z
- id - ID of the vApp
- identifier - identifier of the vApp
- name - name of the vApp
- status - the status of the vApp. A vApp can have the following statuses:
- FAILED_CREATION - the vApp could not be created
- UNRESOLVED - the vApp is damaged and cannot be controlled by vCloud
- RESOLVED - the vApp has been created but it does not contain VSs
- SUSPENDED - the vApp has been suspended
- POWERED_ON - all the VSs in the vApp are on
- WAITING_FOR_INPUT - the vApp is waiting for user input
- UNKNOWN - the vApp is in a state that is identified but is not known to the system
- UNRECOGNIZED - the vApp is in a state that cannot be identified by the system
- POWERED_OFF - all the VSs in the vApp are on
- INCONSISTENT_STATE - the vApp is in an inconsistent state. This status appears when the vApp was edited from the vSphere associated with the VCD in which the vApp resides, therefore, the vSphere and VCD databases are not yet fully synchronized.
- MIXED - the VSs in the vApp have different power statuses: some are on and some are off
- storage_lease_expiration - vapp’s storage lease expiration
- updated_at - time when the vApp was updated, in [YYYY][MM][DD]T[hh][mm][ss]Z
- user_id - ID of the user associated with the vApp
- vapp_template_id - ID of the template on which the vApp was built
- vdc_id - ID of the datacenter on which the vApp was created
- deployed - true if the vApp was deployed and false if the vApp was composed
description - the description of the vApp
Page History
v. 6.0
- Added the description parameter