firmware_activate_reconnect
Tech
Checks the status of pending firmware activation initiated by
the firmware_activate_init
call.
A successful call indicates successful firmware update 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
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 |