API Get Requests

Yassine0607
Conversationalist

API Get Requests

Hi everybody,

 

 

Can someone tell me how to reach API Get Requests history from an organization changeLog.

NB : API Put Requests already there.

 

thnx

6 Replies 6
ww
Kind of a big deal
Kind of a big deal

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.

Yassine0607
Conversationalist

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.

RaphaelL
Kind of a big deal
Kind of a big deal

JasonM
Meraki Employee
Meraki Employee

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).

 

Get notified when there are additional replies to this discussion.