Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRemoveSite

int ctMemphisRemoveSite( pRCESJson request, ppRCESJson result )

Description:

Remove a Site from the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisRemoveSite/

HTTP Verb: POST

Parameters:

  • request [IN] - Remove Site request in JSON format. For example:

{

"recursive": 1, // optional, if TRUE, all the related

"OpSystem" records will be also removed (see

constraints in 5.3)

"site": { // required

"id": 1

}

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex