I am writing a Python script to export the general network config for all networks in a Meraki org (essentially everything under Network wide -> General) . Part of this is to get the Country/Region for each of the networks. This is can be done with getNetworkWirelessSettings (regulatoryDomain/countryCode) for a network which has a wireless AP. My question is how to get the Country/Region for networks that do not contain a wireless AP? Trying to run getNetworkWirelessSettings against a network which does not have an AP throws an error. I have searched the API documentation but cannot find anything that would work. Any ideas for how I can get the country information for a network without wireless APs?
... View more