Hello VMware community,
I have a question regarding vCAC 6.1 provisioning extension using vCenter Orchestrator.
During MachineProvisioned workflow (ExternalWFStubs.MachineProvisioned), I can manipulate VCAC:VirtualMachine which corresponds to the VM object in the IaaS part of vCloud Automation Center.
Actually I would like to retrieve the ID of the VCACCAFE:VirtualMachine (ResourceId of the item in the vCAC CAFE portal).
I try to retrieve the CatalogResource using:
vCACCAFEEntitiesFinder.findCatalogResources(host, vmHostname).
But it seems that the vCACCAFE object is not available until the end of the MachineProvisioned workflow.
Is there another way to retrieve the VCACCAFE VM id at the MachineProvisioned step ?
Thanks a lot for your help,
Regards