Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 Add POST "run/schedule" command to REST API in ogAdmServer | Roberto Hueso Gómez | 2019-10-25 | 1 | -0/+1 |
This patch implements the command "run/schedule" that kicks in pending commands execution. Request: POST /run/schedule { "clients": ["192.168.56.11"] } Reply: 200 OK This patch also adds a simple test to cover correction of the command. |