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.
With the deprecation and other issues affecting the getOrganizationDevicesStatuses endpoint, I'm finally getting round to redoing things to use getOrganizationDevicesAvailabilities and getOrganizationDevicesAvailabilitiesChangeHistory.In testing, get...
I'm not sure when it started, possibly post the 2.0.1 firmware upgrade back in August, but that's a guess.No config changes to the Org in the last two weeks, no WAN/device outages, no alerts.There are four MT40s on a network, all are live and providi...
Has anyone else had the wireless loss endpoints stop working?https://developer.cisco.com/meraki/api-v1/get-organization-wireless-devices-packet-loss-by-device/https://developer.cisco.com/meraki/api-v1/get-organization-wireless-devices-packet-loss-by-...
One of our customers contacted me after they had an issue with a switch port/connected device.I was surprised when they told me they had cycled the port, they have only organization read access, they do not have any other permissions such as port man...
I was doing some testing and notice a problem with one of these new endpoints...https://community.meraki.com/t5/API-Early-Access-Discussions/Now-in-beta-wireless-packet-loss-statistics/td-p/210204/jump-to/first-unread-messageThe 'by client' endpoint ...
It looks like the endpoint doesn't currently support the extra radios/band.You could make a feature request to have the endpoint updated with the extra features, not a short-term solution though.One thing to try is use https://developer.cisco.com/mer...
Imo it's a bug, it's clearly illogical for an 'all orgs discovery' endpoint to behave in this way.If Meraki choose to extend the IP restriction to this call, the only logical behaviour would be to exclude any org(s) that had an IP restriction excludi...
You may need to use per-network alerts endpoints, try this on one of the networks you have set-up alerts on... https://developer.cisco.com/meraki/api-v1/get-network-alerts-settings/Btw it looks like you have included you organization ID in you post, ...
You could create a script to iterate through your list and add the APs (by serial number) to the networks (by networkId)...https://developer.cisco.com/meraki/api-v1/claim-network-devices/This call would get you the list of networkId vs name.https://d...
Even if it were 365 days, which I assume would be tested as 31536000 seconds internally...- you'd still need to cope with leap years by separately acquiring an extra day- 365 'days' from when? 00:00:00 UTC? each local network's time zone? individual ...