API for organization change log

Ritish
Comes here often

API for organization change log

Is there any API to access the Organization Change log which is present in the dashboard?

 

Ritish_0-1576210862310.png

 This ?

 

Thanks in advance.

7 REPLIES 7
SoCalRacer
Kind of a big deal

No you can't use the API to retrieve the change log

Is this still true?  I noticed the API docs have a section on the change log:

https://documenter.getpostman.com/view/7928889/SVmsVg6K?version=latest#7a85e489-2c18-47de-af09-676fa...

 

However, I couldn't find it in the python module that allows access to the API.  That section appears to be skipped over in the module.

 

-Steve

CCIE-Adam
Getting noticed

All endpoints should be in the latest Python package.  Make sure you have downloaded and installed the latest.  

Thanks for replying.  Via pip, I am using "meraki-sdk" v 1.5.0.  

 

Is that the latest?  If not, where may I find it?

 

-Steve

I might have answered my own question, the example script (

I was following used a different package "Meraki-sdk".

 

I found my way to: https://github.com/meraki/dashboard-api-python and installed with "pip install meraki" v.0.110.1

 

Is this what I should be using?

 

-Steve

The sdk is depricated.  You should use pip install meraki --upgrade

Please note, the library is supported on Python 3.6 or above.

MyHomeNWLab
A model citizen

As of August 2022, it was possible to get the change log via API.

 

[Configuration changes] *Equivalent to "Organization > Change log" Menu.
Get Organization Configuration Changes
https://developer.cisco.com/meraki/api-v1/#!get-organization-configuration-changes

API: GET /organizations/{organizationId}/configurationChanges


[View API request]
Get Organization Api Requests
https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests

API: GET /organizations/{organizationId}/apiRequests

Get notified when there are additional replies to this discussion.