1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 05:09:15 +00:00
ctrl/doc/example-messages/toShip2-REQOpCmdStart_REQHttpGet.json
2021-11-16 11:18:59 +01:00

21 lines
No EOL
479 B
JSON

[
{
"directory":"opcommand_logs",
"fileName": "somefile.log",
"toNode": "ship2",
"data": [],
"method":"REQOpCommand",
"operation":{
"opCmd":"startProc",
"opArg": {
"method": "REQHttpGet"
}
},
"replyMethod":"REQToFileAppend",
"ACKTimeout":3,
"retries":3,
"replyACKTimeout":3,
"replyRetries":3,
"MethodTimeout": 7
}
]