Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Calling the Remote Engine monitoring API

Procedure

  1. Using a REST client, for example, Talend Cloud API Tester, call the following endpoint:
    GET http://{ip_where_RE_is_installed}:8043/metrics/json
    GET http://{ip_where_RE_is_installed}:8043/metrics/prometheus

    8043 is the default HTTP port of the Remote Engine. Replace it with the port used during installation.

    Example

    GET http://localhost:8043/metrics/json
  2. Add a header:
    Authorization: Bearer {token}

    The token is defined in the <RemoteEngineInstallationDirectory>/etc/org.talend.observability.http.security.cfg file as endpointToken={token}.

Example

Screenshot showing how to call the Remote Engine monitoring API.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!