GatewayToHostTrustVerifyFault
Deprecated not used since vSphere 6.5.
GatewayToHostTrustVerifyFault is thrown by the gateway used to communicate with a host, if it cannot establish a trusted connection to the host with the provided host verification token parameter.
The fault provides a list of opaque <key,value> properties, which the end user has to verify in order to trust the host and a verification token, which can be used to state that those exact properties are valid.
See also trustVerificationToken.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"gatewayType": "string",
"gatewayId": "string",
"gatewayInfo": "string",
"details": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"hostname": "string",
"port": 0,
"verificationToken": "string",
"propertiesToVerify": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
A unique verification token, that can be used to state the the listed properties are valid.
A key/value list of properties that need user verification in order for the gateway to trust the host to succeed.
For instance the user may need to verify an SSL thumbprint or a whole certificate.