Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisReplPlanSetDumpExceptionsStatus

int ctMemphisReplPlanSetDumpExceptionsStatus( pRCESJson request, ppRCESJson result )

Description:

Update the Replication Plan's Dump Exception status. It is used to protect multiple Replication Exception dump executions at same time.

HTTP URL: <baseURL>/ctMemphisReplPlanSetDumpExceptionsStatus/

HTTP Verb: POST

Constraints:

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

Parameters:

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

{

"id": 1, // required

"active": true // required, if false, it means repl plan

dump exception protection is not active

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex