- 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 the network an IP is in
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 05:20 AM
Hi all,
Im new to Infoblox and im trying to get the network a fixed IP is within. Heres what im working with:
Solved! Go to Solution.
Re: How to get the network an IP is in
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 10:10 PM
Hey,
Try using wapi version 2.2 or above and try running it. I am assuming it doesn't work with lower versions.
Shukran
Re: How to get the network an IP is in
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2022 02:54 AM
I managed to get it working using the API:
Re: How to get the network an IP is in
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 05:48 AM
I recommend always using the highest expected API version. For example, today 8.5.x is the oldest supported NIOS version. 8.5.0 supports API versions 2.11 and up. So assuming you're writing code to be used on a currently supported grid, you can use v2.11 for all your API calls.