GET /vAppTemplate/{id}
- Operation:
- GET /vAppTemplate/{id}
- Description:
- Retrieves a vApp template (can be used also to retrieve a VM from a vAppTemplate).
The vApp could be in one of these statues:
FAILED_CREATION(-1) - Transient entity state, e.g., model object
is created but the corresponding VC backing does not exist yet. This is
further sub-categorized in the respective entities.
UNRESOLVED(0) - Entity is whole, e.g., VM creation is complete
and all the required model objects and VC backings are created.
RESOLVED(1) - Entity is resolved.
UNKNOWN(6) - Entity state could not be retrieved from the inventory,
e.g., VM power state is null.
POWERED_OFF(8) - All VMs of the vApp template are powered off.
MIXED(10) - vApp template status is set to MIXED when the VMs in
the vApp are in different power states.
- Since:
- 0.9
- Input parameters
-
- Consume media type(s):
- None
- Input type:
- None
- Output parameters
-
VAppTemplateType
- Produce media type(s):
- None
- Output type:
- javax.ws.rs.core.Response
- Examples
-