Hi All, I'm busy working on an API script to turn on/off transmission power of Access Points. We do this during new deployments when its time to migrate over to the new Meraki set up. Prior to the migration, we want them off to not interfere with the current networks in place. The following command which is on Meraki's Documentation: https://developer.cisco.com/meraki/api-v1/get-network-wireless-rf-profiles/ I keep getting a 500 Internal Server error with this call. meraki.exceptions.APIError: wireless, getNetworkWirelessRfProfiles - 500 Internal Server Error, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm Has anyone else had this issue? I've made sure I'm getting the network ID correctly and have tested it with a bunch of other functions. Just this one is not working. Any help? Thank you!
... View more