Specifically I’m trying to lookup the uid_ems value for a VM during a post1 call on CatalogItemInitialization.
I can look the uid_ems value up after the fact by browsing to My Services, looking up the VM id and passing that as the param for a rest call to /api/vms/#{vmid} but I need to do it automatically within my method. My first though was to try $evm.root[‘vm’] but it seems to be a nilClass. What is the variable where the uid_ems is stored?