Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisCancelReplPlanAction

int ctMemphisCancelReplPlanAction( pRCESJson request, ppRCESJson result )

Description:

Cancel the replication plan deployment or un-deployment.

HTTP URL: <baseURL>/ctMemphisCancelReplPlanAction/

HTTP Verb: POST

Parameters:

  • request[IN] - Cancel replication plan request in JSON format. For example:

{

"id": 0, // required - Replication Plan identification

"actionID": 1431 // optional - if not passed, it will cleanup all the

current pending actions for the Replication Plan

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex