1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 05:09:15 +00:00
ctrl/example/toShip2-REQOpCmdStart_REQHttpGet.json
2021-04-13 15:28:54 +02:00

22 lines
No EOL
524 B
JSON

[
{
"directory":"opcommand_logs",
"fileExtension": ".log",
"toNode": "ship2",
"data": [],
"method":"REQOpCommand",
"operation":{
"opCmd":"startProc",
"opArg": {
"method": "REQHttpGet",
"allowedNodes": ["central","node1"]
}
},
"replyMethod":"REQTextToLogFile",
"timeout":3,
"retries":3,
"replyTimeout":3,
"replyRetries":3,
"MethodTimeout": 7
}
]