VMware Cloud Community
lukasn
Contributor
Contributor

VCloud Diretor - cloud.uuid

Hi,

How can I get cloud.uuid from each VMs?? Via PowerCLI or API?? I need compare of vms with vcenter.

Thank you for your help

0 Kudos
2 Replies
kompanets
Contributor
Contributor

Connect-VIServer VCSA_SERVER_NAME

Get-VM | % {Write-Host "$_; $((Get-AdvancedSetting -entity $_ -Name cloud.uuid).Value)"}

0 Kudos
lukasn
Contributor
Contributor

I have done export from vcenter via powershel but now I need export cloud.uuid of VMs from Vcloud director. Probably I have to connect to Vcloud director via API but I dont now how to export all of VMs with item cloud.uuid.

0 Kudos