Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisArchiveReplPlan

int ctMemphisArchiveReplPlan( pRCESJson request, ppRCESJson result )

Description:

Archive a Replication Plan.

HTTP URL: <baseURL>/ctMemphisArchiveReplPlan/

HTTP Verb: POST

Constraints:

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

Parameters:

  • request [IN] - Archive 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