Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Join Group
- Create Group
- Get Groups
- Join Info 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 an observability service to retrieve environment variables. It is useful for monitoring and debugging purposes by fetching environment details from the target system. For example, it can be used to audit environment settings or troubleshoot configuration issues.
Use Case Examples
- Fetch all environment variables to audit system configuration.
- Retrieve specific environment variables to debug application behavior.
Properties
| Name | Meaning |
|---|---|
| All | Include all environment variables in the response. |
| Request Options | Settings to control request behavior such as batching, SSL validation, proxy, and timeout. |
Output
JSON
environmentVariables- The retrieved environment variables from the observability service.
Dependencies
- Requires connection to an observability API service with appropriate authentication credentials.
Troubleshooting
- If the node fails to retrieve environment variables, check network connectivity and API credentials.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.
- SSL validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.