HPE Morpheus Enterprise Software
1856261 Members
4059 Online
104111 Solutions
New Discussion

Re: Infoblox - Network Filtering

 
Not applicable

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.

3 REPLIES 3
tyboyd
HPE Pro

Re: Infoblox - Network Filtering

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.



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
cbunge
HPE Pro

Re: Infoblox - Network Filtering

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.

tyboyd
HPE Pro

Re: Infoblox - Network Filtering

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



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo