i am having an issue that i believe there is not a simple fix for. i have networks that have been configured as a combined network via an old script using the meraki api and it makes these combined networks as productTypes = ['appliance', 'switch', 'wireless'] and when i use the dashboard.networks.claimNetworkDevices i get an error: claimNetworkDevices - 400 Bad Request, {'errors': ['A bound combined network may only contain bound networks']} i assume this is because of the way the networks are originally made. and that i will have to add the MG's in a different way then the other devices. but im not sure has anyone else run into this?
... View more