Actions64
- 定时任务 Actions
- 订阅管理 Actions
- 环境变量 Actions
- 配置文件 Actions
- 脚本管理 Actions
- 依赖管理 Actions
- 日志管理 Actions
- 系统设置 Actions
Overview
This node integrates with the Qinglong Panel API, a platform for managing scheduled tasks and system configurations. Specifically, the "系统设置" (System Settings) resource with the "重载系统" (Reload System) operation allows users to trigger a system reload via the Qinglong API.
Use cases include:
- Automatically reloading the Qinglong system configuration after changes.
- Integrating system reload commands into automated workflows.
- Managing Qinglong system state programmatically without manual intervention.
Example: After updating environment variables or scripts in Qinglong, use this node to reload the system so that changes take effect immediately.
Properties
| Name | Meaning |
|---|---|
| 请求Body | JSON object specifying the reload type. The default example is {"type":"重载类型:string"} which means you provide a string indicating the reload type. |
Output
The node outputs a JSON object under the field result containing the response from the Qinglong API for the reload system request. This typically includes status information about the reload command execution.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Qinglong API.
- Needs network access to the Qinglong API endpoint.
- The node depends on internal helper functions to obtain tokens and make HTTP requests to Qinglong's REST API.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Incorrect JSON format in the "请求Body" property may lead to request errors.
- Unsupported reload types or invalid parameters can cause the API to reject the request.
Error messages:
- If the operation is not implemented or recognized, the node throws an error indicating the operation is not supported.
- API errors returned from Qinglong are surfaced as node errors; check the message for details.
Resolution tips:
- Verify API credentials and permissions.
- Ensure the JSON body is correctly formatted and matches expected API schema.
- Consult Qinglong API documentation for valid reload types and parameters.
Links and References
- Qinglong API Documentation: https://qinglong.online/api/
- Qinglong Panel Official Site: https://qinglong.online/