Managing integrations#

Edit and update existing configurations.

After an integration is successfully configured, it periodically communicates with the external tool to synchronize the data flow.

An integration that is working properly has a status of Online. An integration that is not working has a status of Failed. Disrupted communications or inaccurate integration configurations can cause the integration to fail. The Last Sync field displays the time of the last successful communication. The default communication interval when scheduled event integrations run can be configured by the PLUGIN_INTEGRATION_RUN_INTERVAL environment variable on the reporting-consumer service to a valid integer for the minutes between each run.

To manage an integration, perform one or more of the following steps:

  1. On the HCL™ Accelerate Home page, click Settings > Integrations.

    The Integrations page lists the configured integrations. All integrations are listed regardless of how they are created.

  2. To modify an integration definition, click Actions > Edit, and then modify the integration definition properties.

  3. To view the integration log file, click Actions > View Log.

    This action displays the integration's last execution log.

  4. To sync with the external tool, click Actions > Resync.

    This action attempts to communicate with the external tool immediately. You might do this when you want to run tests before the next communication interval.

    Note: Not all integration types support this action.

  5. To upgrade the plug-in used by the integration, click Actions > Upgrade.

  6. To disable an integration, click the Disable/Enable field of the integration.

    Communication with the external tool stops until re-enabled. You might do this if you want to stop data delivery during testing.

  7. To delete an integration, click Actions > Delete.

Parent topic: Creating plug-in integrations