Hi guys,
when creating IaaS linked-clone blueprints IaaS will create a entity VirtualMachineTemplateProperties with the PropertyName __Clone_SnapshotId and a PropertyValue of let's say 6.
This id is used to identify which snapshot to use for the linked-clone an can be found in the IaaS database. However: I can't tell where that number (6) can be found in vSphere.
If looking at the id of the snapshot in vCenter then it is for example snapshot-7380. Is there some kind of mapping happening in vRA IaaS between the vSphere snapshot ID and the IaaS snapshot ID? How to get the correct snapshot ID for IaaS?