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 everyone,I'm working on implementing certificate-based authentication for pxGrid and running into some issues.When I try to request the AccountCreate endpoint with client certificates, I get HTTP 503 Service Unavailable.We haven't found any logs i...
Hi everyone,We're using the Meraki v1 API endpoint getOrganizationWirelessSsidsStatusesByDevice, and ran into an odd issue with one of our clients. According to the official schema, the bssid field inside basicServiceSets is supposed to be a string:"...
Hi everyone,We're using the getOrganizationDevices API to retrieve device details, including serial numbers. While testing, we suspect that for non-Meraki switches, the serial number returned by the API might not be the actual hardware serial.For Mer...
Hi everyone,We're using the Meraki API endpoint /networks/{networkId}/clients to retrieve client details in our network.One thing we're not entirely sure about:If a client is shown as being connected to a switch, does this always mean that the client...
Hey guys,There is a flow in my company that we need to calculate BSSIDs, and we were following this guide (which is no longer up to date).We encountered a situation with thousands of MR28/MR36 access points (not in the guide), to get the BSSIDs, we h...
Hi @obrigg,Quick question about the OAuth URL https://as.meraki.com/oauth/token.Does this stay the same for other regions like Canada, China, and India?Also, I'm particularly interested in FedRAMP, does it share this global URL or use its own?
Thanks, but this isn’t about handling evolving data — it’s about the API breaking its own schema. Changing bssid from a string to an object without notice or schema update is a breaking change.Unit tests shouldn't act as integration tests with real A...
Thanks, but the issue isn’t about what a BSSID is. The problem is that the API sometimes returns bssid as a string, and sometimes as a dictionary,the fields like mac_address and enabled are not in the schema and causes breakage on our side. This look...