Calling the Remote Engine monitoring API - Cloud

Talend Remote Engine User Guide for Linux

Version
Cloud
Language
English
Operating system
Linux
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2024-02-23

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.