summaryrefslogtreecommitdiffstats
path: root/tests/run-tests.sh
blob: f0cae2a75d17430fc46b57f2d5cd4bf7050d4372 (plain)
1
2
3
4
5
6
7
8
9
10
curl -X POST http://127.0.0.1:8888/clients -d @post_clients.json
curl -X GET http://127.0.0.1:8888/clients
curl -X POST http://127.0.0.1:8888/wol -d @wol.json
curl -X POST http://127.0.0.1:8888/shell/run -d @post_shell_run.json
curl -X POST http://127.0.0.1:8888/shell/output -d @post_shell_output.json
curl -X POST http://127.0.0.1:8888/session -d @session.json
curl -X POST http://127.0.0.1:8888/poweroff -d @poweroff.json
curl -X POST http://127.0.0.1:8888/reboot -d @reboot.json
curl -X POST http://127.0.0.1:8888/stop -d @stop.json
curl -X POST http://127.0.0.1:8888/refresh -d @refresh.json