Infoblox - Network Filtering

Hi there, we use infoblox integration and I would like to limit the network available within Morpheus. I cannot find a document that shared exactly what to put into the filter to make it limit Networks. I’ve tried just adding a single network name to the filter, but several others still return.

The plug in is calling the API with the filter you provide. I don’t think Morpheus does anything extra to filter what is given back from infoblox.

Here is a example I have in my notes from a while back.
network~=(10\.27\.0\.0|10\.28\.144\.0|10\.36\.0\.0)

Its a pretty simple and will match on the 3 networks you see. Infoblox documentation might be able to give you more insight.

There is also a example on our documentation page Infoblox — Morpheus Docs documentation

To add to @Tyler_Boyd’s comment, this is utilizing the query filters laid out in the InfoBlox WAPI docs. It’s essentially regex and usually we find it easiest for a user to tag the networks with something like Morpheus and simply filter on that. Of course, this all depends on your requirements.

1 Like