<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API for organization change log in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426498#M4403</link>
    <description>&lt;P&gt;As of August 2022, it was possible to get the change log via API.&lt;/P&gt;&lt;P&gt;[Configuration changes] *Equivalent to "Organization &amp;gt; Change log" Menu.&lt;BR /&gt;Get Organization Configuration Changes&lt;BR /&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-configuration-changes" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-configuration-changes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;API: GET /organizations/{organizationId}/configurationChanges&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[View API request]&lt;BR /&gt;Get Organization Api Requests&lt;BR /&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests&lt;/A&gt;&lt;/P&gt;&lt;P&gt;API: GET /organizations/{organizationId}/apiRequests&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 04:36:10 GMT</pubDate>
    <dc:creator>MyHomeNWLab</dc:creator>
    <dc:date>2022-08-03T04:36:10Z</dc:date>
    <item>
      <title>API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426491#M4396</link>
      <description>&lt;P&gt;Is there any API to access the Organization Change log which is present in the dashboard?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ritish_0-1576210862310.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262182iB1716C3CA3A99630/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; This ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 04:21:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426491#M4396</guid>
      <dc:creator>Ritish</dc:creator>
      <dc:date>2019-12-13T04:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426492#M4397</link>
      <description>&lt;P&gt;No you can't use the API to retrieve the change log&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 05:36:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426492#M4397</guid>
      <dc:creator>SoCalRacer</dc:creator>
      <dc:date>2019-12-13T05:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426493#M4398</link>
      <description>&lt;P&gt;Is this still true?  I noticed the API docs have a section on the change log:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documenter.getpostman.com/view/7928889/SVmsVg6K?version=latest#7a85e489-2c18-47de-af09-676fa8acec80" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documenter.getpostman.com/view/7928889/SVmsVg6K?version=latest#7a85e489-2c18-47de-af09-676fa8acec80&lt;/A&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 22:52:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426493#M4398</guid>
      <dc:creator>smros</dc:creator>
      <dc:date>2020-05-07T22:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426494#M4399</link>
      <description>&lt;P&gt;All endpoints should be in the latest Python package.  Make sure you have downloaded and installed the latest.  &lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 00:50:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426494#M4399</guid>
      <dc:creator>adammmorton</dc:creator>
      <dc:date>2020-05-14T00:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426495#M4400</link>
      <description>&lt;P&gt;Thanks for replying.  Via pip, I am using "meraki-sdk" v 1.5.0.  &lt;/P&gt;&lt;P&gt;Is that the latest?  If not, where may I find it?&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:15:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426495#M4400</guid>
      <dc:creator>smros</dc:creator>
      <dc:date>2020-05-14T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426496#M4401</link>
      <description>&lt;P&gt;I might have answered my own question, the example script (&lt;/P&gt;&lt;DIV&gt;&lt;U&gt;&lt;A title="https://www.ifm.net.nz/cookbooks/meraki-backup.html" href="https://www.ifm.net.nz/cookbooks/meraki-backup.html" target="_blank" rel="noreferrer noopener nofollow"&gt;https://www.ifm.net.nz/cookbooks/meraki-backup.html&lt;/A&gt;) &lt;/U&gt;&lt;/DIV&gt;&lt;P&gt;I was following used a different package "Meraki-sdk".&lt;/P&gt;&lt;P&gt;I found my way to: &lt;A href="https://github.com/meraki/dashboard-api-python" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/meraki/dashboard-api-python&lt;/A&gt; and installed with "pip install meraki" v.0.110.1&lt;/P&gt;&lt;P&gt;Is this what I should be using?&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:21:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426496#M4401</guid>
      <dc:creator>smros</dc:creator>
      <dc:date>2020-05-14T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426497#M4402</link>
      <description>&lt;P&gt;The sdk is depricated.  You should use pip install meraki --upgrade&lt;/P&gt;&lt;P&gt;Please note, t&lt;SPAN&gt;he library is supported on Python 3.6 or above.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 14:49:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426497#M4402</guid>
      <dc:creator>adammmorton</dc:creator>
      <dc:date>2020-05-14T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: API for organization change log</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426498#M4403</link>
      <description>&lt;P&gt;As of August 2022, it was possible to get the change log via API.&lt;/P&gt;&lt;P&gt;[Configuration changes] *Equivalent to "Organization &amp;gt; Change log" Menu.&lt;BR /&gt;Get Organization Configuration Changes&lt;BR /&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-configuration-changes" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-configuration-changes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;API: GET /organizations/{organizationId}/configurationChanges&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[View API request]&lt;BR /&gt;Get Organization Api Requests&lt;BR /&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests&lt;/A&gt;&lt;/P&gt;&lt;P&gt;API: GET /organizations/{organizationId}/apiRequests&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 04:36:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-for-organization-change-log/m-p/5426498#M4403</guid>
      <dc:creator>MyHomeNWLab</dc:creator>
      <dc:date>2022-08-03T04:36:10Z</dc:date>
    </item>
  </channel>
</rss>

