QueryConnectionInfoRequestType

QueryConnectionInfoRequestType
QueryConnectionInfoRequestType

The parameters of QueryConnectionInfo.

JSON Example
{
    "hostname": "string",
    "port": 0,
    "username": "string",
    "password": "string",
    "sslThumbprint": "string"
}
string
hostname
Required

The target of the query.

integer As int32 As int32
port
Required

The port number of the target host. For ESX 2.x this is the authd port (902 by default). For ESX 3.x and above and for VMware Server hosts this is the https port (443 by default). You can specify -1 to have the vCenter Server try the default ports.

string
username
Required

The name of the user.

string As password As password
password
Required

The password of the user.

string
sslThumbprint
Optional

The expected SSL thumbprint of the host's certificate.