I am using virsh list to display the list of vms running on the computer. I want the information printed in the process in the form of a 2d array.
One way to go about this is to have the output, use tokenizer and store it in the array. But is there some other way where I can get directly this into the form of an array or something so that code is much more scalable. (Something that I could think of was using libvirt api in python)
There are indeed libvirt Python API bindings.