- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
IP address found in UI using search but not using API
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020 08:35 AM
Hi all, I only just started using this API today so sorry if I may be missing something. When I log into the UI (website) and use search (top right next to my username) for IPs they are found but when I use the REST API /wapi/v2.6/ipv4address?ip_address= some IP addresses comeback with "Error": "AdmConDataError: None (IBDataError: IB.Data:A network was not found for this address.)".
Similarly I can see the IP in the UI search and so I can click on it and go to the the network in the UI but if I search for the network in the REST API /wapi/v2.6/network?network= the network is not found. I just get <list/> back.
These particular IPs and networks that are not returned in the API are on a different domain/physical segment that is not managed by Infoblox so that may be the reason but what I wanted to know is since they are found in the UI where is that information being stored and how do I access it from the API?
Thanks
Re: IP address found in UI using search but not using API
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2020 09:54 AM - edited 03-19-2020 09:55 AM
I may have found my answer in another thread where the admin says...
"That is normal, you won't see records from dns secondary zones using API. Those records aren't in the database, they are only held in memory on the appliances serving the secondary zone."
Could this be why I can see networks and IPs in the UI but not via API? If this is the case I suppose I have no way to access that IP info that is coming from the other network?