Hi,
In the current GET vApp API there is no information of vAppTemplate (ID/HREF).
I am creating the vApp using instantiateVAppTemplate, hence I need the vAppTemplate ID to verify.
vApp GET API do not provide any sort of information related to the vApp Template.
GET API return vApp object which has no info related to vAppTemplate.
I am using following API
GET- vCloud REST API - GET-VApp
Admin LIST- /api/query?type=adminVApp&format=records
Non-Admin LIST- /api/query?type=vApp&format=records
Is there any way by which I can find the vAppTemplate ID by which the vApp is created ?