Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisAuthDBEngine

int ctMemphisAuthDBEngine( pRCESJson request, ppRCESJson result )

Description:

Creates an authentication encrypted file for the given DBEngine based on the provided login/password. It will be stored on the agent directory on the same machine as the DBEngine.

HTTP URL: <baseURL>/ctMemphisAuthDBEngine/

HTTP Verb: POST

Parameters:

  • request [IN] - Authenticate DBEngine request in JSON format. For example:

{

"id": 2,

"login": "ADMIN",

"pass": "ADMIN"

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex