Relate 360
- Relate 360 10.1
- All Products
run_client.sh --config=configuration_file_name --operation=GETCLUSTER --input=input_file_name [--outputfile=output_file_name]
Option
| Argument
| Description
|
---|---|---|
--config
| configuration_file_name
| Absolute path and file name of the configuration file that you create.
|
--operation
| GETCLUSTER
| Type of operation that you want to perform. Specify GETCLUSTER.
|
--input
| input_file_name
| Absolute path and name of the input JSON file that contains the cluster layout for the configuration file.
|
--outputfile
| output_file_name
| Optional. Absolute path and name of the output JSON file to which you want to load the list of records in the cluster.
|
run_client.sh --config=/usr/local/tree/configuration.xml --operation=GETCLUSTER --input=/usr/local/tree/input.json --outputfile=/usr/local/tree/output.json
{ "sortField":"ID", "searchType":"", "resultlimit":0, "scoreThreshold":0, "ignoreMatch":false, "searchinput":{ }, "searchlayout":{ }, "searchResults":[ { "SALARY":"10001", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201000", "SOURCE":"SAP", "ID":" 1", "PINCODE":"560103", "DOJ":"2012", "NAME":"John Smith", "COMPANY":"INFA" }, { "SALARY":"10000", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201001", "SOURCE":"Salesforce", "ID":" 2", "PINCODE":"560103", "DOJ":"2012", "NAME":"John Smith", "COMPANY":"INFA", "AGE":"30" }, { "SALARY":"10000", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201000", "SOURCE":"Baan", "ID":" 3", "PINCODE":"560103", "DOJ":"2013", "NAME":"John Smith", "COMPANY":"INFA", "AGE":"30" }, { "SALARY":"10001", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201001", "SOURCE":"SAP", "ID":" 4", "PINCODE":"560103", "DOJ":"2012", "NAME":"John Smith", "COMPANY":"INFA", "AGE":"31" } ], "searchToken":1837122831, "pageLimit":4, "pageOffset":0, "totalCount":30, "prSearchType":"", "completeDetails":true, "debug":false, "resultCount":4, "messages":{ "Message.1":"Fresh Token generated" } }