2021-03-11 12:07:09 +01:00
|
|
|
[
|
|
|
|
{
|
2021-04-16 13:43:58 +02:00
|
|
|
"directory":"cli/command/result",
|
2021-08-24 14:05:44 +02:00
|
|
|
"fileName": "somefile.result",
|
2021-03-11 12:07:09 +01:00
|
|
|
"toNode": "ship1",
|
2021-04-16 13:43:58 +02:00
|
|
|
"data": ["bash","-c","sleep 3 & tree ./"],
|
2024-11-19 03:48:42 +01:00
|
|
|
"method":"cliCommand",
|
|
|
|
"replyMethod":"fileAppend",
|
2021-04-15 10:33:44 +02:00
|
|
|
"ACKTimeout":5,
|
2021-04-16 12:38:48 +02:00
|
|
|
"retries":1,
|
2021-04-15 10:52:38 +02:00
|
|
|
"replyACKTimeout":5,
|
2021-04-16 12:38:48 +02:00
|
|
|
"replyRetries":1,
|
2021-04-16 13:43:58 +02:00
|
|
|
"methodTimeout": 5
|
2021-03-11 12:07:09 +01:00
|
|
|
}
|
|
|
|
]
|