Hello,
our VMware environment is divided into two physical locations represented as two vCenter instances. Both vCenters are linked together. I think its called "Linked Mode"?
Is it possible to use the Perl SDK in a Linked Mode too? Currently I have to manually query both our vCenters and then sort the output myself.
1) How can I configure Perl SDK so I only have to authenticate once against our Linked mode environment?
2) How can I construct queries against the API so results will include objects in both vCenters? Ie. if I execute a "Vim::find_entity_views(view_type => 'VirtualMachine') " query I would like to get all "VirtualMachine" objects in both vCenters so I can avoid executing two seperate queries and then subsequently combining the results?
Thanks!
Thomas Willert