1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 21:19:16 +00:00
ctrl/doc/example-messages/toShip2-REQOpCmdStart_REQHttpGet.json

21 lines
479 B
JSON
Raw Normal View History

[
{
"directory":"opcommand_logs",
"fileName": "somefile.log",
"toNode": "ship2",
"data": [],
"method":"REQOpCommand",
"operation":{
"opCmd":"startProc",
"opArg": {
2021-11-16 10:18:59 +00:00
"method": "REQHttpGet"
}
},
"replyMethod":"REQToFileAppend",
"ACKTimeout":3,
"retries":3,
"replyACKTimeout":3,
2021-04-13 12:37:17 +00:00
"replyRetries":3,
"MethodTimeout": 7
}
]