- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need the server vCenter server FQDN,
What i am doing now is the following:
my $content = Vim::get_service_content();
my $vpxsetting = Vim::get-view(mo_ref => $content->setting);
my $query_vpx = $vpxsetting->QueryOptions(name=>"VirtualCenter.InstanceName");
The $query_vpx is an array, but i have some troubles getting the FQDN from this array.
It's been to long since i last used perl for VMware.