1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-06 07:06:53 +00:00
ctrl/example/toShip1-REQOpCommandPs.json

14 lines
295 B
JSON
Raw Normal View History

[
{
"directory":"opcommand_logs",
"fileExtension": ".log",
"toNode": "ship2",
"data": ["ps"],
"method":"REQOpCommand",
"timeout":3,
"retries":3,
"requestTimeout":3,
"requestRetries":3,
"MethodTimeout": 7
}
]