Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanFuncTimeStop

int ctMemphisReplPlanFuncTimeStop( pRCESJson request, ppRCESJson result )

Description:

Stop collecting Function Timing for a given Replication Plan execution.

HTTP URL: <baseURL>/ctMemphisReplPlanFuncTimeStop/

HTTP Verb: POST

Constraints:

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

Parameters:

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