Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisGetConnStatus

int ctMemphisGetConnStatus( pRCESJson getConnectionStatus, ppRCESJson retError )

Description:

Retrieve the remaining time in seconds for the connection to timeout for inactivity.

HTTP URL: <baseURL>/ctMemphisGetConnStatus/

HTTP Verb: POST

Parameters:

  • GetConnStatusRequest [IN] - There is no parameters for this function call:

{

}

  • retError [OUT] - Result in JSON format. For example:

{

"remainTime": 40,

"success": true,

"error":

{

"errorCode": 0,

"message": "success"

}

}

Return:

Error code

TOCIndex