mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-02 19:15:20 +00:00
20 lines
261 B
JSON
20 lines
261 B
JSON
|
protocol:
|
||
|
{
|
||
|
"driver": "ssh",
|
||
|
"location": {
|
||
|
"path": "asdf/i.qcow2",
|
||
|
"server": {
|
||
|
"host": "example.com",
|
||
|
"port": "1234"
|
||
|
}
|
||
|
},
|
||
|
"size": 42
|
||
|
}
|
||
|
|
||
|
format:
|
||
|
{
|
||
|
"driver": "qcow2",
|
||
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
||
|
"size": 1337
|
||
|
}
|