Skip to main content Skip to complementary content

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 – let us know how we can improve!