- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-19-2018 09:44 AM
Is there a way to get the vlan that is associated with the network from the rest api and a search in the reporting? I am having some trouble trying to get this query to work. It would be helpful to see this in the repoting as well as query from the API
thanks
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-19-2018 02:19 PM
If you have Network Insight, see the Network Inventory Report. It includes all networks (subnets) and the VLANs that were discovered on them.
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-20-2018 07:18 AM
Thanks I do not have network insight so I don't see that - any other option?
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-20-2018 07:21 AM
Are you manually assigning VLAN values into Extensible Attributes?
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2018 06:07 AM
yes
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-23-2018 10:15 AM
Here's an example WAPI call to get all network containers with a region equal to EMEA and VLAN equal to 102. You can substitute in the specific fields and values that you want to search for. Pay special attention to the format when working with EAs.
https://192.168.1.2/wapi/v2.7/networkcontainer?*Region=EMEA&*VLAN=102
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-26-2018 05:36 AM
ok thank you. Why do I need to specify the EMEA? Can't I just pull every network and the EA of VLAN?
Re: Query VLAN from IPAM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-26-2018 06:52 AM
You can choose any criteria that you want. That was simply an example to give you an idea on how to construct your query.