mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
18 lines
369 B
JSON
18 lines
369 B
JSON
|
(
|
||
|
source only properties:
|
||
|
{
|
||
|
"driver": "https",
|
||
|
"url": "https://host1.example.com:443/something",
|
||
|
"sslverify": false,
|
||
|
"cookie": "test=123456; blurb=here"
|
||
|
}
|
||
|
backing store string:
|
||
|
json:{"file":{
|
||
|
"driver": "https",
|
||
|
"url": "https://host1.example.com:443/something",
|
||
|
"sslverify": false,
|
||
|
"cookie": "test=123456; blurb=here"
|
||
|
}
|
||
|
}
|
||
|
)
|