mirror of https://git.48k.eu/ogserver
This function returns the installed and available ogLiveS in the server to be booted from. Request: GET /oglive/list NO BODY Response 200 OK { "oglive": [ { "distribution": "bionic", "kernel": "5.4.0-40-generic", "architecture": "amd64", "revision": "r20200629", "directory": "ogLive-5.4.0-r20200629", "iso": "ogLive-bionic-5.4.0-40-generic-amd64-r20200629.85eceaf.iso" }, { "distribution": "bionic", "kernel": "5.0.0-27-generic", "architecture": "amd64", "revision": "r20190830", "directory": "ogLive-5.0.0-r20190830", "iso": "ogLive-bionic-5.0.0-27-generic-amd64-r20190830.7208cc9.iso" } ], "default": 0 } This commit also adds tests for GET /oglive/test. |
||
---|---|---|
.. | ||
config | ||
units | ||
clients.json | ||
create_basic_image.json | ||
create_image.json | ||
create_schedule.json | ||
post_clients.json | ||
post_shell_output.json | ||
post_shell_run.json | ||
poweroff.json | ||
reboot.json | ||
restore_image.json | ||
run-tests.py | ||
run-tests.sh | ||
run_schedule.json | ||
session.json | ||
setup_image.json | ||
stop.json | ||
task.json | ||
wol.json |