1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
ctrl/doc/example-messages/toShip1-REQCliCommand.json

15 lines
No EOL
376 B
JSON

[
{
"directory":"cli/command/result",
"fileName": "somefile.result",
"toNode": "ship1",
"data": ["bash","-c","sleep 3 & tree ./"],
"method":"REQCliCommand",
"replyMethod":"REQToFileAppend",
"ACKTimeout":5,
"retries":1,
"replyACKTimeout":5,
"replyRetries":1,
"methodTimeout": 5
}
]