upgradeOrgSsrs
POST https://{{host}}/api/v1/orgs/:org_id/ssr/upgrade
Request Parameters
Name | Type | Description |
---|---|---|
device_ids | list | list of 128T device IDs to upgrade |
channel | string | upgrade channel to follow, stable (default) / beta / alpha |
version | string | 128T firmware version to upgrade (e.g. 5.3.0-93) |
strategy | string | big_bang (upgrade all at once) or serial (one at a time), default is big_bang |
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
{"strategy"=>"big_bang", "channel"=>"stable", "version"=>"5.3.0-93", "start_time"=>1624405840, "device_ids"=>["00000000-0000-0000-1000-5c5b3500001f", "00000000-0000-0000-1000-5c5b35000020"]}