Actions64
- 定时任务 Actions
- 订阅管理 Actions
- 环境变量 Actions
- 配置文件 Actions
- 脚本管理 Actions
- 依赖管理 Actions
- 日志管理 Actions
- 系统设置 Actions
Overview
This node integrates with the Qinglong Panel API, a task scheduling and environment management platform. It allows users to manage various resources such as scheduled tasks (crontabs), subscriptions, environment variables, configuration files, scripts, dependencies, logs, and system settings.
Specifically for the "环境变量" (Environment Variable) resource and the "禁用环境变量" (Disable Environment Variable) operation, the node disables one or more selected environment variables in the Qinglong system. This is useful when you want to temporarily deactivate certain environment variables without deleting them, for example, to troubleshoot issues or control feature toggles.
Practical examples:
- Disable specific environment variables that are causing errors in scheduled tasks.
- Temporarily turn off environment variables related to a development or testing environment.
- Manage environment variables dynamically as part of an automated workflow.
Properties
| Name | Meaning |
|---|---|
| 环境变量列表【可多选】 | List of environment variables to operate on; multiple selections allowed. The user selects which environment variables to disable. |
Output
The node outputs JSON data under the json field of the first input item. The output contains a result property which holds the response from the Qinglong API after performing the disable operation on the specified environment variables.
The structure of the output JSON is:
{
"result": { /* API response object */ }
}
The exact content depends on the Qinglong API's response but typically includes status information about the disable operation.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for authenticating with the Qinglong Panel API.
- The node uses internal helper functions to obtain an authentication token and make HTTP requests to the Qinglong API endpoints.
- The node expects the Qinglong API base URL and credentials to be configured properly in n8n.
Troubleshooting
Common Issues:
- Invalid or expired API credentials will cause authentication failures.
- Selecting environment variable IDs that do not exist or have already been disabled may result in errors or no effect.
- Network connectivity issues can prevent successful API calls.
Error Messages:
- Errors indicating unimplemented operations suggest that the selected operation is not supported by the node or the API.
- Authentication errors usually require checking the API key or token validity.
- API request errors might include HTTP status codes and messages from the Qinglong API; reviewing these can help identify permission or parameter issues.
Resolution Tips:
- Verify API credentials and permissions.
- Confirm that the environment variable IDs selected are valid and currently enabled.
- Check network access to the Qinglong API endpoint.
- Review the node parameters carefully to ensure correct resource and operation selection.
Links and References
- Qinglong Panel API documentation: https://qinglong.online/api/
- Qinglong project homepage: https://qinglong.online/