ixnetwork_restpy
ixnetwork_restpy copied to clipboard
find() does not include multivalue attributes
Want to be able to find resources on the server by drilling down into a resources multivalue values.
e.g.,
""" find by ip address this should return all objects where the address multivalue matches 1.1.1.1 """ matches = ixnetwork.Topology.find().DeviceGroup.find().Ethernet.find().Ipv4.find(Address='1.1.1.1')