hw/fw_update

The hw/fw_update URI initiates or tests the status of a firmware update. Updating the firmware in the WVA is a three stage process:

  1. The firmware update image must be transferred to the device. This transfer operation can be performed through Digi Remote Manager, the web user interface, or web services. See Filesystem interfaces for more information.
  2. This web services URI can be used to initiate a firmware update using the uploaded file.
  3. This web services URI can be used to determine the status of the firmware update.

URI path

hw/fw_update

Supported request methods

GET

Query the state of the firmware update process (if any). Possible firmware update states include:

PUT

Initiate a firmware update with a target file already in the filesystem.

Supported content types

GET records

XML
<fw_update><status>update_state</status></fw_update>
JSON
{ “fw_update”        : { “status” : “update_state” }        }

PUT records

XML
<fw_update><filename>file_path</filename></fw_update>
JSON
{“fw_update” : { “filename” : “file_path”        } }

 

© 2019 Digi International Inc. All rights reserved.
hw/fw_update updated on 18 Oct 2017 10:01 AM