1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-19 06:09:30 +00:00
ctrl/doc/example-messages/http-get.json

13 lines
285 B
JSON
Raw Permalink Normal View History

2021-04-06 19:42:03 +02:00
[
{
"directory": "vg-sin-hjemmeside",
"fileName": "somefile.html",
2021-04-08 12:51:54 +02:00
"toNode": "ship1",
2021-04-06 19:42:03 +02:00
"data": ["http://vg.no"],
"method":"httpGet",
"replyMethod":"file",
"ACKTimeout":5,
2021-04-06 19:42:03 +02:00
"retries":3,
"methodTimeout": 5
}
]