acs_download_config
Send a configuration file to a device via TR-069 Download RPC. The device downloads it from the provided HTTP/HTTPS fileUrl, which must be accessible to the device.
Instructions
向设备下发配置文件(TR-069 Download RPC)。设备会从 fileUrl 下载文件。⚠️ fileUrl 必须是设备可访问的 HTTP/HTTPS URL,不是 ACS 服务器本地路径。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sn | Yes | 设备序列号 | |
| fileUrl | Yes | 配置文件下载 URL(HTTP/HTTPS,设备可访问) | |
| fileType | No | 文件类型,默认 "3 Vendor Configure File" | |
| password | No | 下载服务器密码 | |
| username | No | 下载服务器用户名 |