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.
The endpoint: /organizations/{organizationId}/devices/statuses/overview has return values: "online": 5, "alerting": 2, "offline": 0, "dormant": 2To me, online and offline are self-explanatory, but what situations would set the state to dormant or al...
Hi, Is there an ongoing issue with the performance of the Meraki Dashboard API? We've developed software for a number of Meraki SD-WAN customers and in recent days have been experiencing issues with a significant increase in the API reliability and r...
Hi, The API documentation is pretty good but lacks details of all return values for what I suspect are enums for the state. Specifically:For device status: {{baseUrl}}/organizations/:organizationId/devices/statuses..."status": "online"...What are the...
Hi, Using the API provided in answer to my previous question. https://{{vmanage}}:{{port}}/dataservice/data/device/state/CEdgeInterface?count=5000We've noticed that the figures for interface speed reported by the CEdge devices is incorrect. vEdges a...
Something has broken with the SD-WAN Always on the environment. The only devices left are the vManage, vBond and vSmart, all the Edge devices are no longer present.
Can you confirm which API Endpoints you're using?We have an issue where some times API requests don't respond before an internal timeout (60 seconds), I sometimes see the same issue using just PostMan, as a result, we changed our implementation to ha...
Not sure if this will help some people in the short term. But I make the request directly to the shard endpoint for example: https://n376.meraki.com/api/v1/ then responses are back in milliseconds, whereas going via the API gateway https://api.meraki...
Well the more people that raise tickets the better I guess. Slow responses are annoying, incomplete/truncated responses (invalid json) are something else. An example below took nearly 3 mins and sent ~48k of the 160k expected. The SSL handshake was v...