When we import VMs into vRA we perform some operations on it through vRO. I am attempting to move from workflow stubs to events to perform these processes. Historically when using the workflow stubs, regardless of whether a VM was being created through the IaaS processes or imported i got the exact same vCACVmProperties set. With the event broker when creating a VM i get a properties array in the event payload, when Importing i do not get this. Also running the 'getPropertiesFromVirtualMachine' action returns only about 5 properties instead of the 50 or so i need.
Any suggestions on getting a full vCAC property set from vRA for my imported VMs?