ogserver/sources
OpenGnSys Support Team b4a9fddf30 #915 add POST software command to REST API in ogAdmServer
This patch implements the command "software" that fetches the software
configuration from the clients.

Request:
        POST /software
        {"clients" : [ "192.168.2.1", "192.168.2.2" ]}
Reply:
        200 OK

This allows to refresh the software inventory from clients.
2019-07-03 02:56:07 +02:00
..
ogAdmServer.cpp #915 add POST software command to REST API in ogAdmServer 2019-07-03 02:56:07 +02:00
ogAdmServer.h #915 Pass array of addresses to WakeUp() 2019-05-27 13:02:49 +02:00