I am trying to find out how often certain VM Templates are used for provisioning in vRA. I believe the VM template name is stored in the clonefrom property during deployment. I am having trouble figuring out how and what to query for this history. I have tried cloudclient vra request details, but am unsure where in that data the template name is stored, if it is there at all. I have also tried the vra API catalog-service/api/consumer/requests, but can't seem to find it in the requestData field. To complicate issues more, we are using image profiles, so I can't just filter off of the blueprint name deployed as the same blueprint may be used for multiple image templates.
Would appreciate any help or pointers for gathering this type of historical data from vRA.
Thanks,
Darren