VMware vCenter
VMware Cloud Director
A VC VM UUID can be queried using PowerCLI:
Get-VM <vmname> | %{(Get-View $_.Id).config.uuid}
VCD UUIDs are visible in the VM’s URL or API response and typically follow this format:
urn:vcloud:vm:<UUID>
This distinction is expected and by design