<SDC Edge_home>/bin/edge -start=windowsEventToHttp
<SDC Edge_home>/bin/edge -start=windowsEventToHttp -runtimeParameters="{\"logName\":\"System\", \"httpUrl\":\"http://localhost:9999\",\"sdcAppId\":\"sde\"}"
curl -X POST http://localhost:18633/rest/v1/pipeline/windowsEventToHttp/start
curl -X POST http://localhost:18633/rest/v1/pipeline/windowsEventToHttp/start -H 'Content-Type: application/json;charset=UTF-8' --data-binary '{"logName":"System","httpUrl":"http://localhost:9999","sdcAppId":"sde"}'
curl -X GET http://localhost:18633/rest/v1/pipeline/windowsEventToHttp/status
curl -X GET http://localhost:18633/rest/v1/pipeline/windowsEventToHttp/metrics
curl -X POST http://localhost:18633/rest/v1/pipeline/windowsEventToHttp/stop
###Note In Windows command line, make sure to escape double quotes properly in runtime parameters/curl commands