cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7180
Views
2
Helpful
7
Replies

API for organization change log

Ritish
Community Member

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

image.png

This ?

Thanks in advance.

7 Replies 7

SoCalRacer
Level 9
Level 9

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

smros
Community Member

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-676fa8acec80

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

adammmorton
Level 2
Level 2

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.

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