Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

How to search multiple networks using API?

New Member
Posts: 1
2479     0

I would like to search multiple networks in same API call . I have tried below URL for one network, however i would like to add few more networks in search.

 

https://URL.com/wapi/v2.11.3/network?network~=10.10.

 

Re: How to search multiple networks using API?

Superuser
Posts: 17
2480     0

Try seperating multiple entries with the URLEncoded value for |

 

So, for instance:

 

10.29.1.0|10.29.0.0

thus:

10.29.1.0%7C10.29.0.0

 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You