Skip to content

firmware_upload_reconnect

Tech

Checks the status of pending firmware transfer to archive initiated by the firmware_upload_init call.

A successful call indicates the firmware was uploaded into the archive and no further calls should be made.

If this method returns an error other than rpc_async_action_in_progress, the client should not retry later.

If this method returns rpc_async_action_in_progress error or it ends with no valid response the client should retry.

Note

This method is not supported when using Remote Access.

Params

attribute description
session_id*
string
The ID of the session to reconnect to

Example

{
  "session_id": "GSHGPX"
}

Return

attribute description
active*
Firmware Instance
Currently active firmware
patch_bases
[Firmware Instance]
Firmwares available as base for applying a firmware patch package
uploaded
Firmware Instance
Firmware ready to be activated