Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisGetTrace

int ctMemphisGetTrace( pRCESJson setTraceRequest, ppRCESJson retError )

Description:

Retrieve current trace setup in the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisGetTrace/

HTTP Verb: POST

Parameters:

  • connRequest [IN] - There is no parameters for this function call:

{

}

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

{

"webEnable": true,

"enable": true, // Note that this is the global trace set, but

the agents can have some different local setup

at this moment

"success": true,

"error":

{

"errorCode": 0,

"message": "success"

}

}

Return:

Error code

TOCIndex