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. |
||
---|---|---|
.. | ||
test_0001_get_clients.py | ||
test_0002_post_clients.py | ||
test_0003_post_wol.py | ||
test_0004_post_shell_run.py | ||
test_0005_post_shell_output.py | ||
test_0006_post_session.py | ||
test_0007_post_poweroff.py | ||
test_0008_post_reboot.py | ||
test_0009_post_stop.py | ||
test_0010_post_refresh.py | ||
test_0011_post_hardware.py | ||
test_0012_post_software.py | ||
test_0013_nonexistent.py | ||
test_0014_big_request.py | ||
test_0015_wrong_headers.py | ||
test_0016_post_image_create.py | ||
test_0017_post_image_restore.py | ||
test_0018_post_setup.py | ||
test_0019_post_run_schedule.py | ||
test_0020_get_client_setup.py | ||
test_0021_get_client_info.py | ||
test_0022_post_client_add.py | ||
test_0023_post_client_delete.py | ||
test_0024_get_session.py | ||
test_0025_get_scopes.py | ||
test_0026_post_mode.py | ||
test_0027_get_hardware.py | ||
test_0028_get_software.py | ||
test_0029_get_images.py | ||
test_0030_get_oglive_list.py |