upgradeSiteSsr
POST https://{{host}}/api/v1/sites/:site_id/ssr/:device_id/upgrade
Request Parameters
Name | Type | Description |
---|---|---|
channel | string | upgrade channel to follow, stable (default) / beta / alpha |
version | string | 128T firmware version to upgrade (e.g. 5.3.0-93) |
start_time | long | 128T firmware download start time in epoch seconds, default is now, -1 disables download |
reboot_at | long | reboot start time in epoch seconds, default is start_time , -1 disables reboot |
Request Body
{"channel"=>"stable", "version"=>"5.3.1-17", "start_time"=>1624405840}