- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VLANs are not enabled for this network
I'm trying get a list of all vlans on all networks and hitting "VLANs are not enabled for this network" for MX network that has no VLAN configure (aka only a single subnet).
How do I identify a network has only a single subnet and grab that subnet range? The data returned in the network details does not have any field to indicate that it only has a single vlan (that I can see) before calling .
dashboard.appliance.getNetworkApplianceVlans(network["id"])
Thanks.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Run this endpoint against any Network returning "VLANs are not enabled....."
https://developer.cisco.com/meraki/api-v1/get-network-appliance-single-lan/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Run this endpoint against any Network returning "VLANs are not enabled....."
https://developer.cisco.com/meraki/api-v1/get-network-appliance-single-lan/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. Somehow I did not see that one.
