Hey Everyone, 
what I'm trying to achieve here is to get the list of network interfaces attached to each host, 
and then further get the ipv4Address from the corresponding attached logical network (as seen in the in the column in the image below).

So i tried to get the list of interfaces of current host by getVds().getInterfaces() and it is returning an empty list of List<VdsNetworkInterface>. 
even though its showing in the UI.

Could you tell me if I'm missing something? 
FYI:- (I'm ran vdsm-cliend Host getCapablities and getNetworkCapablities and it was returning correctly.)

Regards,
Prajith. 


image.png