UnrecognizedHost

UnrecognizedHost
UnrecognizedHost

A UnrecognizedHost is thrown if the VirtualCenter server fails to validate the identity of the host using host-key.

If a reconnect is attempted on a host and if the host-key of the host has changed since the last successful connection attempt, (might be changed by another instance of VirtualCenter), VirtualCenter server will fail to recognize the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "hostName": "string"
}
string
hostName
Required

Host in the VirtualCenter inventory which failed the identity validation.