Hostsvc/queryconnectioninfo: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ==== Vimsh hostsvc/queryconnectioninfo==== Usage: queryconn Query for connection information from the host. Category: Vimsh)
 
No edit summary
 
Line 3: Line 3:


Query for connection information from the host.
Query for connection information from the host.
==== example output ====
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/queryconnectioninfo
(vim.fault.RestrictedVersion) {
    dynamicType = <unset>,
    msg = "fault.RestrictedVersion.summary"
}


[[Category: Vimsh]]
[[Category: Vimsh]]

Latest revision as of 02:11, 3 January 2009

Vimsh hostsvc/queryconnectioninfo

Usage: queryconn

Query for connection information from the host.

example output

# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/queryconnectioninfo
(vim.fault.RestrictedVersion) {
   dynamicType = <unset>,
   msg = "fault.RestrictedVersion.summary"
}