AgentInstallFailed

AgentInstallFailed
AgentInstallFailed

An AgentInstallFailed fault is thrown when VirtualCenter fails to install the VirtualCenter agent on a host.

For example, a fault is thrown if the agent software cannot be uploaded to the host or an error occurred during the agent installation.

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"
        }
    ],
    "reason": "string",
    "statusCode": 0,
    "installerOutput": "string"
}
string
reason
Optional

The reason why the agent install failed, if known.

Values should come from AgentInstallFailedReasonEnum.

integer As int32 As int32
statusCode
Optional

The status code returned by the agent installer, if it was run.

string
installerOutput
Optional

The output (stdout/stderr) from executing the agent installer.