Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisSetDebug

int ctMemphisSetDebug( pRCESJson setDebugRequest, ppRCESJson retError )

Description:

Turn ON/OFF debug Replication Manager Database Web API. If it is turned ON, all the JSON requests and results are dumped into the debug directory by the Replication Manager Server.

HTTP URL: <baseURL>/ctMemphisSetDebug/

HTTP Verb: POST

Parameters:

  • connRequest [IN] - Set debug request parameter list in JSON format:

{

"enable": TRUE // required

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "success"

}

}

Return:

Error code

TOCIndex