1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 05:09:15 +00:00
ctrl/example-inmessage/orig-ship1.json
2021-02-05 07:25:12 +01:00

16 lines
No EOL
344 B
JSON

[
{
"subject":
{
"node":"ship1",
"messageType":"command",
"method":"shellcommand",
"domain":"shell"
},
"message":
{
"data": ["bash","-c","ls -l"],
"messageType":"Command"
}
}
]