Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRestoreReplPlan

int ctMemphisRestoreReplPlan( pRCESJson request, ppRCESJson result )

Description:

Restore an archived Replication Plan.

HTTP URL: <baseURL>/ctMemphisRestoreReplPlan/

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

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex