Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanExcepLogStart

int ctMemphisReplPlanExcepLogStart( pRCESJson request, ppRCESJson result )

Description:

Start logging Replication Plan's exceptions. It starts loading into the Replication Manager Database all the exceptions from the given Replication Plan. This status is stored in the Replication Plan's table. By default, the Replication Plan is created to have the Exception Log started.

HTTP URL: <baseURL>/ctMemphisReplPlanExcepLogStart/

HTTP Verb: POST

Constraints:

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

Parameters:

  • request [IN] - Replication Plan Exception Log Start 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