Hi
Can I get help on Vcloud as I didn't find any reference script to find the chain length and what are the linked cloned vm's list in vCloud powercli community.
Here is my requirement,
My vCloud Version: 8.x
In vcloud director, in a particular team or group, let us consider vm1 has been deployed from a base template t1. Vm2 has been cloned from vm1. And this linked clones continued for whatever count it supports. Now I want to find the chain , I.e., a tree that shows something like below-
T1(uuid)
Vm1(uuid)
Vm2(uuid)
Vm3(uuid)
......so on
Note: uuid is nothing but the complete name of the vm in vcloud along with unique identifier.
I need something like this..This was taken using lctree but I did notice that LCTREE works upto vCloud Director 5.x versions only. This was not working with vCloud Director 8.x versions.