Go to file
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
sources #915 add POST session command to REST API in ogAdmServer 2019-05-27 13:03:05 +02:00
tests #915 add POST session command to REST API in ogAdmServer 2019-05-27 13:03:05 +02:00
Makefile #915 add initial REST API for ogAdmServer 2019-05-27 13:02:37 +02:00
ogAdmServer.cfg #896: Send multicast WoL through a specific interface 2019-02-06 14:29:52 +01:00