Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 add POST reboot command to REST API in ogAdmServer | OpenGnSys Support Team | 2019-05-30 | 1 | -0/+1 |
Reboot a client (through POST method): curl -X POST http://127.0.0.1:8888/reboot -d @reboot.json Request POST /reboot {"clients": [ "192.168.2.1" ] } Reply: 200 OK |