Jan 30 2020
1:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 30 2020
1:06 AM
API BUG: Wrong "Link" Header in /api/v0/organizations/{id}/securityEvents
Hello,
first of all this is just an informational thread, so that noone else will fall over that. I've opened already a meraki case for that issue.
When you are receiving the result in more pages, you will get the LINK header like this (I've masked the meraki shard):
<https://nXXX.meraki.com/api/v0/securityEvents?perPage=100&startingAfter=1554454686.0724242×pan=25920000>; rel=first, <https://nXXX.meraki.com/api/v0/securityEvents?perPage=100&startingAfter=1577880115.764001×pan=25920000>; rel=next, <https://nXXX.meraki.com/api/v0/securityEvents?endingBefore=1580374686.3534946&perPage=100×pan=25920000>; rel=last
What you can see here is that the "organizations/{id}/" part is missing in the links. Therefore calling them will result in a "404 Not Found" Error.
They should all look like that:
<https://nXXX.meraki.com/api/v0/organizations/YYYYYY/securityEvents?perPage=100&startingAfter=1554454686.0724242×pan=25920000>; rel=first, <https://nXXX.meraki.com/api/v0/organizations/YYYYYY/securityEvents?perPage=100&startingAfter=1577880115.764001×pan=25920000>; rel=next, <https://nXXX.meraki.com/api/v0/organizations/YYYYYY/securityEvents?endingBefore=1580374686.3534946&perPage=100×pan=25920000>; rel=last
Solved! Go to solution.
Labels:
- Labels:
-
Dashboard API
1 Accepted Solution
Feb 5 2020
12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 Replies 4
Jan 30 2020
6:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 30 2020
6:55 AM
Thanks for sharing that! I'm sure lots of people would've broken their heads over this.
Feb 3 2020
7:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 3 2020
7:40 PM
Thanks for the report, we will track and get this fixed.
Feb 5 2020
12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 5 2020
12:22 AM
Update: The issue got resolved 😃
Feb 5 2020
9:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 5 2020
9:29 AM
Indeed, thanks for the report and more importantly for opening up a case – that ensures we are getting the report over so we can fix these types of issues for our devs out there 🙂

Get notified when there are additional replies to this discussion.