WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node interacts with the Observability resource to perform a 'Get' operation, allowing users to retrieve observability data or metrics. It is useful in scenarios where monitoring and analyzing system performance, logs, or metrics is required. For example, it can be used to fetch logs from a monitoring system or retrieve performance metrics for analysis.

Use Case Examples

  1. Fetching system logs for a specific time range to diagnose issues.
  2. Retrieving performance metrics to monitor application health.

Properties

Name Meaning
Request Options Options to customize the request behavior, including batching, SSL certificate handling, proxy settings, and timeout.

Output

JSON

  • data - The main observability data or metrics retrieved from the 'Get' operation.
  • metadata - Additional metadata about the response, such as pagination or request details.

Dependencies

  • Requires API authentication credentials to access the observability service.

Troubleshooting

  • If requests time out, consider increasing the timeout setting or checking network connectivity.
  • SSL certificate errors can be bypassed by enabling 'Ignore SSL Issues', but this is insecure and should be used cautiously.
  • Proxy settings must be correctly configured if a proxy is required; incorrect proxy details can cause request failures.

Discussion