1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00
ctrl/doc/example-messages/cli-command.json
2022-03-11 11:44:19 +01:00

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
}
]