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 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
- Fetching system logs for a specific time range to diagnose issues.
- 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.