QueryConnectionInfoViaSpecRequestType
QueryConnectionInfoViaSpecRequestType
The parameters of QueryConnectionInfoViaSpec.
JSON Example
{
"spec": {
"_typeName": "string",
"hostName": "string",
"port": 0,
"sslThumbprint": "string",
"sslCertificate": "string",
"userName": "string",
"password": "string",
"vmFolder": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"force": false,
"vimAccountName": "string",
"vimAccountPassword": "string",
"managementIp": "string",
"lockdownMode": "string",
"hostGateway": {
"_typeName": "string",
"gatewayType": "string",
"gatewayId": "string",
"trustVerificationToken": "string",
"hostAuthParams": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
}
}
spec
Required
The connection spec for the host to be queried. It must contain values for all parameters required by Datacenter.QueryConnectionInfo See Datacenter.QueryConnectionInfo or a list of thrown expections.