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.