go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/connection/snapshot/testdata/rhel8.json (about) 1 { 2 "blockdevices": [ 3 {"name": "sda", "fstype": null, "label": null, "uuid": null, "mountpoint": null, 4 "children": [ 5 {"name": "sda1", "fstype": "vfat", "label": null, "uuid": "A7CD-A139", "mountpoint": "/boot/efi"}, 6 {"name": "sda2", "fstype": "xfs", "label": "root", "uuid": "1e310f26-65a0-40c7-9c2c-c4c06b80ce12", "mountpoint": "/"} 7 ] 8 }, 9 {"name": "sdc", "fstype": null, "label": null, "uuid": null, "mountpoint": null, 10 "children": [ 11 {"name": "sdc1", "fstype": "vfat", "label": null, "uuid": "7275-604F", "mountpoint": null}, 12 {"name": "sdc2", "fstype": "xfs", "label": "root", "uuid": "93f10957-1975-4218-8c7b-b648ac195858", "mountpoint": null} 13 ] 14 } 15 ] 16 }