From 5f0191d73ff5136a1a63b076f12a30a01e06f9dd Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 29 May 2019 12:12:46 +0200 Subject: #915 add POST reboot command to REST API in ogAdmServer 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 --- tests/reboot.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/reboot.json (limited to 'tests/reboot.json') diff --git a/tests/reboot.json b/tests/reboot.json new file mode 100644 index 0000000..4667303 --- /dev/null +++ b/tests/reboot.json @@ -0,0 +1 @@ +{ "clients" : [ "192.168.2.1", "192.168.2.2" ] } -- cgit v1.2.3-18-g5258