Hostsvc/net/dns info

From VI-Toolkit
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

vimsh hostsvc/net/dns_info

Usage: dns_info

Get the DNS configuration.

example output

# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/net/dns_info
(vim.host.DnsConfig) {
   dynamicType = <unset>,
   dhcp = true,
   virtualNicDevice = "Management Network",
   hostName = "localhost",
   domainName = "example.com",
   address = (string) [
      "10.10.10.1",
      "10.10.10.177"
   ],
   searchDomain = (string) [
      "example.com"
   ],
}