Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanMonitorStop

int ctMemphisReplPlanMonitorStop( pRCESJson request, ppRCESJson result )

Description:

Stop monitoring a Replication Plan. If the Replication Plan monitor is not running, returns an error. This status is stored in the Replication Plan's table.

HTTP URL: <baseURL>/ctMemphisReplPlanMonitorStop/

HTTP Verb: POST

Constraints:

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

Parameters:

  • request[IN] - Replication Plan Monitor 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