- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to get all subnets within an IPv6 network container ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 05:37 PM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 09:35 AM
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