This document explains how to upgrade Microsoft Windows OS and COMPANY_NAME firmware via COMPANY_NAME HTTP RestFUL API.
The device upgrade process will ensure that the configuration files are not lost. However, it is strongly recommended to save configuration files manually before initiating the upgrade.
curl "http://[CODER_IP]/api/Os/Recovery/Data?set&format=raw" --data-binary @OSARCHIVE_XXXX.SFX
curl "http://[CODER_IP]/api/Os/Recovery/Status"
Progress status timeline:curl "http://[CODER_IP]/api/Os/Recovery"
{ Available: true, Data: "", FirmwareVersion: "Firmware-x64-kiwi.10.7.46273 ", HardwareVersion: "WES7_v1.23", Recover: null, Status: "OS recovery partition updated." }
curl "http://[CODER_IP]/api/Os/Recovery/Recover?call" -d {}
Device is instantaneously rebooted.