Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,Is there an API endpoint to get the 'LAN Config' when VLANs are disabled?The /networks/{networkId}/vlans endpoint does not work as VLANs are not enabled and I cannot see another endpoint that can get these settings.
I am having issues creating a new network when I don't include a "copy_from_network_id". I am using the following code that I got from the Meraki developer site and it works when I specify the "copy_from_network_id" and it doesn't when I don't specif...
It doesn't specify in that API Endpoint but in "Get Network Client Usage History" it says usage data is in kilobytes. I would say it would be the same for this endpoint.https://developer.cisco.com/meraki/api/#/python/api-endpoints/clients/get-network...
Okay so I've done some more testing and there is something the API endpoint doesn't like about passing null (None) through as a value.I removed the "copyFromNetworkId from the model all together and it worked and this is the data that was sent throug...
Thanks for the reply, I might have to look into the sdk and see what API endpoint it is using. The model defaults the field to None when you don't enter a value which I assume should work but I will try some other options.