mirror of https://git.48k.eu/ogclient
Add API REST method to fetch an image. Consolidate image fetch loging for cache/fetch and image/restore. Resquest payload structure: { 'image': 'linux.img' 'type': 'TIPTORRENT' 'repository': '12.141.10.2' } The client will try to fetch'image' from 'repository' into cache. Resquest response structure: { 'cache': [ {'name': 'windows.img', 'size': 2432370213, checksum: '5d4dcc677bc19f40a647d0002f4ade90'}, {'name': 'linux.img', 'size': 243234534213, checksum: '3eb22f888f88a55ad954f55644e1192e'} ] } |
||
---|---|---|
.. | ||
linux | ||
live | ||
utils | ||
virtual | ||
windows | ||
__init__.py | ||
log.py | ||
ogClient.py | ||
ogRest.py | ||
restRequest.py |