Skip to content

reboot_reconnect

Tech

Checks the status of pending reboot initiated by the reboot_init call.

A successful call indicates the device has rebooted 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.

Params

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

Example

{
  "session_id": "GSHGPX"
}

Return

N/A