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 an observability check operation, useful for monitoring and verifying the status or health of systems or services. It supports batching of requests to manage load and throttling, and allows configuration of request options such as SSL certificate validation, proxy usage, and request timeout. Practical applications include automated health checks, monitoring service availability, and integrating observability data into workflows.
Use Case Examples
- Performing periodic health checks on a web service to ensure uptime.
- Batching multiple observability requests to avoid overwhelming the target system.
- Using a proxy to route observability requests through a specific network path.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize the HTTP request behavior for the observability check. |
Output
JSON
status- The status or result of the observability check.responseData- Data returned from the observability check request.
Dependencies
- Requires an API key credential or authentication token to access the observability service endpoint.
Troubleshooting
- If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
- Timeout errors may occur if the server is slow to respond; increase the 'Timeout' setting as needed.
- Batching settings may cause delays or partial processing if batch size or interval is misconfigured.
Links
- Observability Check Node Documentation - Official documentation for configuring and using the observability check node.