Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
- š Auth Actions
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
- Ping a web server to check if it is online and responsive.
- 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.