cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
23384
Views
33
Helpful
24
Replies

Meraki API Performance degraded?

mrowan
Level 2
Level 2

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 response times.

Whilst requesting data from various endpoints we're seeing issues, which can also be reproduced in Postman

  • Some requests are made and never responded to
  • Some requests respond with a 200 header, but then don't appear to respond with any payload data.
  • Requests that do succeed are taking a lot longer than expected, sadly I don't have precise figures to be able to quantify this, as an example query for the 1st page (300) VPN statuses {{baseUrl}}/organizations/:organizationId/appliance/vpn/statuses takes between 4 and 25 seconds (at 7-7:30pm UK time today). Earlier today I experienced times of > 1min.

This problem was seen with multiple unrelated customer organisations. For example one his hosted on n376.meraki.com and another on n271.meraki.com

Looking at some historical data this issue appears to have started around 11th Jan and has been getting progressively worse. It also appears to be worse from 8am until 8-9pm.

I'm not aware of anywhere to see service status or performance if there is such a thing. But it looks very much like a load issue

1 Accepted Solution

Accepted Solutions

I think if you check now, you should find the problem fixed.

If not, we had a different problem!

View solution in original post

24 Replies 24

daviscot
Cisco Employee
Cisco Employee

Hi @mrowan I am not aware of anything specific being mentioned or discussed in our Meraki Support channels. There is a relatively new discussion forum here on the Community specific to service outage/impairments: https://community.meraki.com/t5/Meraki-Service-Notices/bg-p/service-notices and at this point nothing there either specific to degraded API performance. And that's a valid data point that you are noticing this across multiple Dashboard organizations on different shards.

I would open a ticket with Meraki Support for further investigation, they will be best equipped to correlate your issue with any others and engage with Engineering.

sungod
Level 11
Level 11

I've seen similar on n383 over the last couple of weeks, seems to be degrading over time.

From my end (using Meraki Python package), the problem is showing as server disconnects and server not accepting connections, rather than HTTP errors.

I opened a case yesterday, low priority but fast contact back from support, and then provided a lot of detail info to them.

As above, open a case is the best approach.

mrowan
Level 2
Level 2

Thanks, I've opened a support case.

AutomationDude
Level 5
Level 5

@mrowan I also seem to be having major issues with the API. Lots of calls seem to be timing out and scripts that would normally run < 1 minute are taking 5+ minutes to complete. Wonder what the problem is but I doubt support has any answers 😄

mrowan
Level 2
Level 2

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 very long and unusual in that request, most of the time it appears to be the download. It's definitely a lot slower during 8am-9pm timeframe, early this morning a call was still slow 5 seconds, but as the day progresses it has become more erratic and flaky.

image.png

mrowan
Level 2
Level 2

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.com/api/v1 is where it's slow.

I fed this back to support on the case I opened and gave a link to your post.

They said they're investigating a wider issue than just my case, so good to know they are aware and working on resolution.

I think if you check now, you should find the problem fixed.

If not, we had a different problem!

Indeed performance seems to have improved dramatically. Hopefully, we won't see the gradual decline I detected since 11th Jan.

Yes we're seeing the problem fixed at around 13:10 GMT today \o/

image.png

---
COO
Highlight - Service Observability Platform
www.highlight.net

Are you guys seeing any errors again? Things still seem to timeout for me. Are you still using the API gateway or just making the calls directly to the shard now?

@AutomationDude Checked again and response times are fine using api.meraki.com not getting timeouts or seeing very slow replies.

Normal operation still for me, no server disconnects/non-connects, using the gateway.

Wonder why it's happening to me then.. I'll investigate on my end. Cheers anyway though and have a nice weekend