- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Infoblox REST API to get the complete network container overview.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018 02:53 AM
Hi,
I wonder if someone could suggest me a way to get the details such as how many blocks presented in the container, wether the newly network block that's going to be created will fit in the existing container or not using REST API ?
I'm looking for a details something like a NetMap view under a container. For more details
Thanks in advance.
Solved! Go to Solution.
Re: Infoblox REST API to get the complete network container overview.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018 02:52 PM
There is no simple way to get something like the Net Map view using the API, you would need to parse through the networks and network containers in the response to a GET request.
If you want to know if a new network block will fit in a container, however, you can use the next_available_network function. If you run that function on a Network Container and set the CIDR field to the size of the network you need, you will either get a network block returned successfully or you will receive an error if there isn't enough space.
Re: Infoblox REST API to get the complete network container overview.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2018 10:49 AM
Hi,
Could you please give more details on the API call you are running, and the issue you are hitting?
Get dynamic API list from Infoblox into Servicenow using Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2019 01:48 AM
I need to pull dynamic IP list which is stored inside Inflox using the Servicenow API call. What is the Infoblox API i need to use to get the Dynamic API list. I just have the clients host deatils of infoblox. Also , we have to retrieve the IP list baced on location? Please help.