WAHA icon

WAHA

Connect with Whatsapp HTTP API

Overview

This node interacts with an observability service to retrieve environment variables. It is useful for monitoring and debugging purposes, allowing users to fetch all or specific environment variables from the observability environment. For example, it can be used to check configuration settings or diagnose issues in a deployed application environment.

Use Case Examples

  1. Fetch all environment variables to audit the current environment setup.
  2. Retrieve specific environment variables to monitor application health or configuration.

Properties

Name Meaning
All Determines whether to include all environment variables in the response.
Request Options Settings to customize the HTTP request behavior, including batching, SSL validation, proxy usage, and timeout.

Output

JSON

  • environmentVariables - The list or object of environment variables retrieved from the observability environment.

Dependencies

  • Requires connection to an observability API service, authenticated via an API key or token.

Troubleshooting

  • If the node fails to retrieve environment variables, check the API authentication credentials and network connectivity.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
  • SSL validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.

Links

Discussion