1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 05:29:16 +00:00
ctrl/example-inmessage/orig-ship1.json

16 lines
344 B
JSON
Raw Normal View History

[
{
"subject":
{
"node":"ship1",
"messageType":"command",
"method":"shellcommand",
"domain":"shell"
},
"message":
{
2021-02-05 06:25:12 +00:00
"data": ["bash","-c","ls -l"],
"messageType":"Command"
}
}
]