- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API for organization change log
Is there any API to access the Organization Change log which is present in the dashboard?
This ?
Thanks in advance.
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No you can't use the API to retrieve the change log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this still true? I noticed the API docs have a section on the change log:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All endpoints should be in the latest Python package. Make sure you have downloaded and installed the latest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The sdk is depricated. You should use pip install meraki --upgrade
Please note, the library is supported on Python 3.6 or above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
