Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanResume

int ctMemphisReplPlanResume( pRCESJson request, ppRCESJson result )

Description:

Resume a given Replication Plan execution.

HTTP URL: <baseURL>/ctMemphisReplPlanResume/

HTTP Verb: POST

Constraints:

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

Parameters:

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