Skip to main content
Version: 3.3

Retrieve Agent Credential

If you have an agent that is already registered, you can manually retrieve its credential to repair the installation.

Prerequisites

  • DataCloud or Avalanche Subscription
  • Registered Agent 3.1.1 or later
  • API Password enabled (or valid bearer token)

Step 1: Retrieve the Agent Credential

  1. Open the browser.
  2. Navigate to: https://api.im.actiandatacloud.com/v2/api/agents/[agent id or hostname]/credential
    where [agent id or hostname] is your agent id or hostname.
  3. You will be asked to authenticate with Username and API Password (see Prerequisites above).

RESPONSE:

# Integration Manager Connection Info
im.base-url=[base url]
im.client-id=[client id]
im.client-secret=[client secret]
im.device-code=[device code]
im.user-code=[user code]

Step 2: Update the Agent

  1. Copy and paste connection info into the /IntegrationAgent/conf/application.properties file. Make sure to delete/overwrite any existing im.* values that may be present. Duplicate entries will yield inconsistent results.
  2. Start/restart Agent. It will now register itself.