ixnetwork_restpy icon indicating copy to clipboard operation
ixnetwork_restpy copied to clipboard

find() does not include multivalue attributes

Open ajbalogh opened this issue 5 years ago • 0 comments

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')

ajbalogh avatar Sep 21 '19 17:09 ajbalogh