source: ogServer-Git/tests/run_schedule.json

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

#915 Add POST "run/schedule" command to REST API in ogAdmServer

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.

  • Property mode set to 100644
File size: 30 bytes
Line 
1{"clients":["192.168.56.11"]}
Note: See TracBrowser for help on using the repository browser.