QueryConnectionInfoRequestType

QueryConnectionInfoRequestType
QueryConnectionInfoRequestType

The parameters of QueryConnectionInfo.

JSON Example
{
    "hostname": "string",
    "port": 0,
    "username": "string",
    "password": "string",
    "sslThumbprint": "string",
    "sslCertificate": "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.

string
sslCertificate
Optional

The expected SSL certificate of the host in PEM format. This parameter is a fallback to be used when the certificate provided by the host can not be verified via a trusted CA. A replacement of sslThumbprint. Note: sslThumbprint and sslCertificate parameters are mutually exclusive, and should never be used simultaneously.

Since: vSphere API Release 9.0.0.0