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.
Hi all,I'm having issues with getting packet loss and latency for devices using the getOrganizationDevicesUplinksLossAndLatency API call.There doesn't seem to be any reason or state that is causing this, it just intermittently fails to return valid d...
Hi all,I'm having an issue with the get organization licenses overview API call from the Meraki Dashboard API.https://developer.cisco.com/meraki/api-v1/get-organization-licenses-overview/When i run this call i get a result that looks like this. (data...
Hi all, I'm wondering if there is any way to determine the dimension/order of the values that are returned by the Meraki API getNetworkApplianceTrafficShapingUplinkBandwidth function? The documentation of the function doesn't mention anything about t...
For those who happen to find this in the future.In the current version of the API the issue is fixed using Meraki python library version 2.0.3. (It may have existed before, but i just recently found out and we're at this version# right now).The get o...
Thanks for your reply.The Org had a trial in the past indeed. The API call is reporting the correct expiration date of the contract, but the status message indicates it's a trial that is about to expire, and basically that's what's throwing me off.I ...
Thanks a bunch! This one does work for that. It looks undocumented. It's not implemented in the Meraki Dashboard API client that Cisco provides, but that's easily fixed.As you guessed, the model field does indeed indicate the actual license type.So n...
Thanks for your effort. I know that one, that's one of the 5 that i use.It is exclusive for co-term though.It doesn't say for example that the customer has co-term, subscriptions or per-device licensing.
That's not the API call to use for co-term, that's the one for per-device-licenses.Ex the error that i receive:400 Bad Request, {'errors': ['Organization with ID <id> does not support per-device licensing']}