Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanExcepLogStop

int ctMemphisReplPlanExcepLogStop( pRCESJson request, ppRCESJson result )

Description:

Stop logging Replication Plan's exceptions. It stops loading the exception logs into the Replication Manager Database for the given Replication Plan. This status is stored in the Replication Plan's table.

HTTP URL: <baseURL>/ctMemphisReplPlanExcepLogStop/

HTTP Verb: POST

Constraints:

  • "id" must be an existing Replication Plan ID.

Parameters:

  • request [IN] - Replication Plan Exception Log Stop request in JSON format. For example:

{

"id": 1, // required

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex