source: ogServer-Git/tests/post_shell_run.json

Last change on this file was 7e4e5b5, checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago

#915 add run command to REST API in ogAdmServer

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

  • Property mode set to 100644
File size: 63 bytes
Line 
1{ "clients" : [ "192.168.2.1", "192.168.2.2" ], "run" : "ls" }
Note: See TracBrowser for help on using the repository browser.