Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRemoveHardware

int ctMemphisRemoveHardware( pRCESJson request, ppRCESJson result )

Description:

Remove Hardware from the Replication Manager Database.

HTTP URL: <baseURL>/ctMemphisRemoveHardware/

HTTP Verb: POST

Parameters:

  • request [IN] - Remove Hardware 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)

"hardware": { // required

"id": 1

}

}

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

{

"success": true,

"error":

{

"errorCode": 0,

"message": "Success"

}

}

Return:

Error code

TOCIndex