- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Fetch all the available IPv4 from the network container
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 02:34 AM
Hi Guys,
I am new to infoblox and I am trying the fetch the list of IPv4 address inside a network container.
I have read the documentation and found the API call next_available_ip is used to fetch the available (unused) ip addresses (max of 20).
The problem i am facing is , I want to fetch all the unused IPs under the network container, Is there a way to fetch all the available lists under a network
Example network lists
starts - > 171.23.174.0, 171.23.174.1, 171.23.174.2 ............... 171.23.174.255 <- ends
Its should get all the unused IP's list, Is it possible to fetch using the API calls
Re: Fetch all the available IPv4 from the network container
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 10:35 AM
You cannot select individual IP addresses from a network container.
Within a network container, you can request networks.
To request individual IP addresses, you would request them from the network they belong to. If there is no network, you'll need to create a network first.