summaryrefslogtreecommitdiffstats
path: root/tests/post_shell_run.json
Commit message (Collapse)AuthorAgeFilesLines
* #915 add run command to REST API in ogAdmServerOpenGnSys Support Team2019-05-271-0/+1
Run command on client (through POST method): curl -X POST http://127.0.0.1:8888/shell/run -d @post_run.json Request POST /shell/run {"clients": [ "192.168.2.1", "192.168.2.2" ], "run" : "ls" } Reply: 200 OK