...
RTR is formed from this query:
Code Block -data="EN|EN|ActionType;EXTRACT;StreamName;eagle_ml-2-0_default_out_q;FeedType;ENTITYEXTRACT;maxrows;10;"
Metrics are have additional logging in metricsDir folder
- Extracted data is saved to results folder
- All necessary libraries required for the process are in the lib folder
o start execution we create runapitestSync.cmd file with the following contents:
Code Block language java set EAGLEAPIPASS=eagle1[PASS] java -jar lib/eaglemlapiclient-2.1.0.19.jar -data="EN|EN|ActionType;EXTRACT;StreamName;eagle_ml-2-0_default_out_q;FeedType;ENTITYEXTRACT;maxrows;10;" -execution=sync -endpoint=httphttps:///10.100.38.145[REGION]/EagleMLWebService20 -login=eagleadmin[LOGIN] -resultsdir=results -csvmetricsdir=metricsdir
...