QueryConnectionInfoRequestType
The parameters of QueryConnectionInfo.
{
"hostname": "string",
"port": 0,
"username": "string",
"password": "string",
"sslThumbprint": "string",
"sslCertificate": "string"
}
The target of the query.
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.
The name of the user.
The password of the user.
The expected SSL thumbprint of the host's certificate.
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