Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node interacts with an observability service to retrieve environment variables. It is useful for monitoring and debugging purposes, allowing users to fetch all or specific environment variables from the observability environment. For example, it can be used to check configuration settings or diagnose issues in a deployed application environment.
Use Case Examples
- Fetch all environment variables to audit the current environment setup.
- Retrieve specific environment variables to monitor application health or configuration.
Properties
| Name | Meaning |
|---|---|
| All | Determines whether to include all environment variables in the response. |
| Request Options | Settings to customize the HTTP request behavior, including batching, SSL validation, proxy usage, and timeout. |
Output
JSON
environmentVariables- The list or object of environment variables retrieved from the observability environment.
Dependencies
- Requires connection to an observability API service, authenticated via an API key or token.
Troubleshooting
- If the node fails to retrieve environment variables, check the API authentication credentials and network connectivity.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
- SSL validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
Links
- Observability API Environment Endpoint - Official documentation for the environment variables endpoint of the observability API.