Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisStopAvailGroup

int ctMemphisStopAvailGroup( pRCESJson request, ppRCESJson result )

Description:

Stops an Availability Group that has been started/deployed. For each "replica", it stops its replication.

HTTP URL: <baseURL>/ctMemphisStopAvailGroup/

HTTP Verb: POST

Parameters:

  • request [IN] - Stop Replication Plan for all the replicas involved in the Availability Group request in JSON format. For example:

{

"id": 0 // Required - Availability Group identification

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

},

"actionID":44135 // Action ID might not be returned in case no action was

generated, like if error or warning

}

Return:

Error code

TOCIndex