青龙面板[Qinglong] icon

青龙面板[Qinglong]

青龙面板计划任务节点.详细API请参考:https://qinglong.online/api/

Overview

This node integrates with the Qinglong Panel API to manage various resources such as crontabs, subscriptions, environment variables, configurations, scripts, dependencies, logs, and system settings. Specifically, for the 订阅管理 (Subscription Management) resource, it allows users to perform operations like running, stopping, enabling, disabling subscriptions, listing subscriptions, and retrieving subscription logs.

A common use case is automating the control of subscription tasks in Qinglong, such as triggering a subscription run or stopping it programmatically within an n8n workflow. For example, you might want to start certain subscriptions automatically based on external triggers or schedule their execution dynamically.

Properties

Name Meaning
订阅列表【可多选】 A multi-select list of subscription IDs to operate on. Users can select one or more subscriptions to run, stop, enable, or disable.

Output

The node outputs the JSON response from the Qinglong API call under the field json.result. This typically contains the result of the requested operation, such as confirmation of the action performed or data retrieved (e.g., subscription details or logs).

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 Qinglong's REST API endpoints.
  • The user must configure the Qinglong API credentials in n8n before using this node.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Selecting unsupported operations or providing invalid subscription IDs may result in errors.
    • Network connectivity issues to the Qinglong API endpoint can cause request failures.
  • Error messages:

    • "任务模块的<operation>操作暂未实现" (Task module's operation not yet implemented): Indicates that the selected operation is not supported by the node. Verify the operation name.
    • "订阅模块的<operation>操作暂未实现" (Subscription module's operation not yet implemented): Similar message specific to subscription operations.

    To resolve these, ensure you are selecting valid operations supported by the node and that your input parameters are correct.

Links and References

Discussion