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 get all subnets within an IPv6 network container ?

New Member
Posts: 1
456     0

looking for help how to make an IP call to get all IPv6 networks within an IPv6 container

 

things i've tried:

 

/network?network_container={0}
/ipv6network?network_container={0}
/ipv6network?ipv6networkcontainer={0}

 

i'm getting 200 response but no data but i see there are networks in these containers via GUI

 

similar post: https://community.infoblox.com/t5/api-examples/how-to-get-all-subnets-within-an-ipv4-network-contain...

Re: How to get all subnets within an IPv6 network container ?

Moderator
Moderator
Posts: 289
457     0

You will want to use (for example)

 

/network?network_container=192.168.0.0/16

 

Note that the network container must exist for the search to return anything.

 

I'd also recommend including the network view, if you have multiple network views, to be super obvious about where you're searching.

for example:

 

network?network_container=192.168.0.0/16&network_view=default
Showing results for 
Search instead for 
Did you mean: 

Recommended for You