ogserver/tests
OpenGnSys Support Team 7ab5f0cbfb #915 add POST session command to REST API in ogAdmServer
Start a session on client (through POST method):

        curl -X POST http://127.0.0.1:8888/session -d @session.json

Request
        POST /session
        {"clients": [ "192.168.2.1" ] }
Reply:
        200 OK
2019-05-27 13:03:05 +02:00
..
clients.json #915 add clients command to REST API in ogAdmServer 2019-05-27 13:02:45 +02:00
post_clients.json #915 add initial REST API for ogAdmServer 2019-05-27 13:02:37 +02:00
post_shell_output.json #915 add POST shell/output command to REST API in ogAdmServer 2019-05-27 13:03:00 +02:00
post_shell_run.json #915 add run command to REST API in ogAdmServer 2019-05-27 13:02:57 +02:00
run-tests.sh #915 add POST session command to REST API in ogAdmServer 2019-05-27 13:03:05 +02:00
session.json #915 add POST session command to REST API in ogAdmServer 2019-05-27 13:03:05 +02:00
wol.json #915 add wol command to REST API in ogAdmServer 2019-05-27 13:02:52 +02:00