AgentInstallFailedReason_enum
AgentInstallFailedReason_enum
Possible values:
NotEnoughSpaceOnDevice
: There is not enough storage space on the host to install the agent.PrepareToUpgradeFailed
: Failed to initialize the upgrade directory on the host.AgentNotRunning
: The agent was installed but is not running.AgentNotReachable
: The agent was installed but did not respond to requests.InstallTimedout
: The agent install took too long.SignatureVerificationFailed
: The signature verification for the installer failed.AgentUploadFailed
: Failed to upload the agent installer.AgentUploadTimedout
: The agent upload took too long.UnknownInstallerError
: The agent installer failed for an unknown reason.
This data structure has no properties.
Enumeration:
NotEnoughSpaceOnDevice,
PrepareToUpgradeFailed,
AgentNotRunning,
AgentNotReachable,
InstallTimedout,
SignatureVerificationFailed,
AgentUploadFailed,
AgentUploadTimedout,
UnknownInstallerError,