WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node performs a Ping operation within the Observability resource, allowing users to check the availability and responsiveness of a target service or endpoint. It is useful for monitoring system health, verifying network connectivity, and ensuring that services are operational. For example, it can be used to periodically ping a web server to confirm it is online or to test the latency of a network connection.

Use Case Examples

  1. Ping a web server to check if it is online and responsive.
  2. Monitor the latency of a service by sending periodic ping requests.

Properties

Name Meaning
Request Options Settings to customize the ping request behavior, including batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • status - The status of the ping response, indicating success or failure.
  • responseTime - The time taken to receive a response from the target service.
  • details - Additional information about the ping operation, such as error messages or response metadata.

Dependencies

  • Requires network access to the target service or endpoint.
  • May require proxy credentials if a proxy is used.

Troubleshooting

  • If the node times out, increase the Timeout setting or check network connectivity.
  • If SSL errors occur, enable 'Ignore SSL Issues' to bypass certificate validation, but be aware of security risks.
  • Ensure the proxy settings are correct if using a proxy, including authentication details if required.

Discussion