Skip to content

tamper_reset_reconnect

Admin

Checks the status of pending tamper reset initiated by the tamper_reset_init call.

A successful call indicates that the tamper was reset and consequently the status of the related event was cleared.

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