Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisUnloadActionExec

int ctMemphisUnloadActionExec( pRCESJson request, ppRCESJson result )

Description:

Unload an action executor for the given agent.

HTTP URL: <baseURL>/ctMemphisUnloadActionExec/

HTTP Verb: POST

Parameters:

  • request [IN] - Load action executor request in JSON format. For example:

{

"id": 2, // optional, if passed, loads the action executor

for the given agent ID

"dbEngine": 0, // optional, if "id" is not passed, it is required.

This is the DBEngine in which the action executor

should be loaded

"type": "FILE_SYSTEM" // required, supported types for now:

FILE_SYSTEM and REPLICATION

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex