Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Extract the Default Gateway using Infoblox APIs
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2021 09:22 AM
3782     0
Hi, I'm looking out for the default gateway address in a particular network using APIs but haven't found any. Can somone please guide me on how to get this?
Thanks in advance!
-Ganesh
Solved! Go to Solution.
Re: Extract the Default Gateway using Infoblox APIs
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2021 10:14 AM
3783     0
I was able to get the default gateway using the following
Extract the network reference from the below call
https://****/wapi/v2.9.7/network?network=0.0.0.0/24&_return_as_object=1
Pass the network reference in the below request url
https://****/wapi/v2.9.7/network/****:0.0.0.0/24/default?_return_fields%2b=options