[ovirt-users] python sdk : how to get disks from storage domain

2015-11-05 Thread Giorgio Bart
Hello, I'm writing a python script to draw a graph of the disks and virtual machines in relation to their "position" in the data center. I am using pygraphviz to draw the graph, I found the vm and their disks, data centers and their storage domains, but I can not connect the disks to the storage

Re: [ovirt-users] python sdk : how to get disks from storage domain

2015-11-05 Thread Raz Tamir
Hi Giorgio, You can simply do: ​ dc_storage.disks.list() hope that helps Thanks, Raz Tamir Red Hat Israel On Thu, Nov 5, 2015 at 7:41 PM, Giorgio Bart wrote: > Hello, > I'm writing a python script to draw a graph of the disks and virtual > machines in relation to

Re: [ovirt-users] python sdk : how to get disks from storage domain

2015-11-05 Thread Giorgio Bart
Ok that's work ! So simply Thanks, Giorgio 2015-11-05 21:38 GMT+01:00 Raz Tamir : > Hi Giorgio, > You can simply do: > ​ > dc_storage.disks.list() > > hope that helps > > > > > Thanks, > Raz Tamir > Red Hat Israel > > On Thu, Nov 5, 2015 at 7:41 PM, Giorgio Bart