summaryrefslogtreecommitdiff
path: root/tests/qemublocktestdata/xml2json/network-http-noopts.json
blob: d577858236aac493d6690e84634a0917aab45719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "node-name": "node-b-f",
  "read-only": false,
  "driver": "qcow2",
  "file": "node-a-s",
  "backing": null
}
{
  "driver": "https",
  "url": "https://host1.example.com:443/something",
  "node-name": "node-a-s",
  "auto-read-only": true,
  "discard": "unmap"
}