diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2021-04-05 16:01:14 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-04-05 18:00:56 +0200 |
commit | 8015f85b04c30350acbea8ce939a98b1f4c51cd8 (patch) | |
tree | 551b3bc57095c9274c6838f0f8f8187adbd6f2ec /tests/units/test_0003_post_wol.py | |
parent | d9e1521a16f4633d895f7b6734acc59565f5f8d0 (diff) |
#915 Add GET /oglive/test REST API function
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.
Diffstat (limited to 'tests/units/test_0003_post_wol.py')
0 files changed, 0 insertions, 0 deletions