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