I need to be able to see the PCI devices on a host using the GOCA API, I can see the PCI devices listed in sunstone but I am not sure where to find them in Golang.
If I run this:
info, err := controller.Host(3).Info(false)
info.Template.Template.Elements doesn’t add in the PCI devices
info.Share.PCIDevices is nil
How can I get them ?