Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisStopReplPlan

int ctMemphisStopReplPlan( pRCESJson request, ppRCESJson result )

Description:

Stops a Replication Plan that has been started/deployed.

HTTP URL: <baseURL>/ctMemphisStopReplPlan/

HTTP Verb: POST

Parameters:

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

{

"id": 0

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

},

"actionID":44135 // Action ID might not be returned in case no action

was generated, like if error or warning

}

Return:

Error code

TOCIndex