Products
Platform
General
Public groups
Hi everybody,
Can someone tell me how to reach API Get Requests history from an organization changeLog.
NB : API Put Requests already there.
thnx
I think thats because the change log is only for changes. I dont see any gets in the changelog. A GET would be the same as looking at the dashboard.
Totally agree, but in my case when i have error "API rate limit exceeded for organization" caused by the GET requests i have no evidence in the changelog dashboard however PUT requests are visible in the changelog.
https://developer.cisco.com/meraki/api-latest/#!get-organization-configuration-changes
Is that what you are looking for ?
You can run the API call below to get results of GET calls made in the org.
https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests
I cannot run API requests because of the error below ;
error "API rate limit exceeded for organization"
You need to handle rate limit responses in your code. See...
https://developer.cisco.com/meraki/api-v1/#!rate-limit
If you use the Meraki Python library, it does this for you (subject to some parameters you set).