- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Search networks tied to vlan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 05:05 PM
What's the simplest way to provide a vlan ID to retrieve any and all networks associated with the vlan? I really don't want to search by extattr since they seem to be inconsistent.
Solved! Go to Solution.
Re: Search networks tied to vlan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2020 06:25 PM
use the "assigned_to" field
for example
https://grid-master/wapi/v2.10/vlan?_return_fields%2b=assigned_to
It will return a list of references to each of the networks associated with that VLAN.
Re: Search networks tied to vlan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2020 01:37 PM
I'll try that out. I really love undocumented features... assigned_to shows up nowhere in this doc.
https://www.infoblox.com/wp-content/uploads/infoblox-deployment-infoblox-rest-api.pdf
Re: Search networks tied to vlan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2020 09:50 PM
Hi,
As mentioned in the document, this document only covers the most common use cases. It does not cover all the APIs available. For any additional information, please refer to the WAPI documentation available at https://<grid_IP>/wapidoc
Regards,
Krishna