acs_deploy_config
Deploy .cfg configuration files to TR-069 devices by serving the file over HTTP and sending a Download RPC, with optional device serial selection.
Instructions
一键下发配置文件到设备。传入 ACS 服务器本地 .cfg 文件路径,自动起 HTTP 服务托管 → TR-069 Download RPC 下发到设备 → 返回结果。sn 可选,不传则用 Current.json 中的当前设备。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sn | No | 设备序列号,不传则用 Current.json 的当前设备 | |
| filePath | Yes | ACS 服务器上的 .cfg 文件本地绝对路径,如 /root/Downloads/acs-tools/miniACS/Linux/xxx.cfg | |
| fileType | No | 文件类型,默认 "3 Vendor Configure File" |