Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

How to get all subnets within an IPv6 network container ?

New Member
Posts: 1
429     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
430     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