Today I noticed some Python code that was working is now getting a 410, after some googling I see that Meraki has upgraded to v1.
When I make that change to my url's some of the api's work some are getting a 404.
Specifically deviceStatuses is what I'm after and the change log says it went from
- GET /organizations/{id}/deviceStatuses List the status of every Meraki device in the organization
- TO
- GET /organizations/{organizationId}/deviceStatuses List the status of every Meraki device in the organization
I've always used the organizationID, the only change I made to my URL was /v0 to /v1 and I'm getting a 404.
Some of the url's work just fine like returning networks and admins.