<?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: Meraki API - No Attributes in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406689#M1394</link>
    <description>&lt;P&gt;The correct command:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;response &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; dashboard&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;STRONG&gt;organizations&lt;/STRONG&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getOrganizationNetworks&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN&gt; organization_id&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; total_pages&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;'all')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://developer.cisco.com/meraki/api-latest/#!get-organization-networks" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-latest/#!get-organization-networks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 21:55:29 GMT</pubDate>
    <dc:creator>Andy Mikulas</dc:creator>
    <dc:date>2022-06-03T21:55:29Z</dc:date>
    <item>
      <title>Meraki API - No Attributes</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406688#M1393</link>
      <description>&lt;P&gt;It seems no matter what script I run or what Python interpreter I run it I am getting no attributes for the specific parameter it is looking for. Below is the most simple request I can find - &lt;/P&gt;&lt;P&gt;Script - &lt;/P&gt;&lt;P&gt;import meraki&lt;/P&gt;&lt;P&gt;# Defining your API key as a variable in source code is not recommended&lt;BR /&gt;API_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'&lt;BR /&gt;# Instead, use an environment variable as shown under the Usage section&lt;BR /&gt;# @ &lt;A href="https://github.com/meraki/dashboard-api-python/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/meraki/dashboard-api-python/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;dashboard = meraki.DashboardAPI(API_KEY)&lt;/P&gt;&lt;P&gt;organization_id = 'XXXXXX'&lt;/P&gt;&lt;P&gt;response = dashboard.networks.getOrganizationNetworks(&lt;BR /&gt;organization_id&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;print(response)&lt;/P&gt;&lt;P&gt;Error - &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Message='Networks' object has no attribute 'getOrganizationNetworks'&lt;BR /&gt;response = dashboard.networks.getOrganizationNetworks(&lt;/P&gt;&lt;P&gt;I've confirmed the meraki module is installed and upgraded. The file it is looking within does exist as well. &lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 21:44:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406688#M1393</guid>
      <dc:creator>alex.castillo</dc:creator>
      <dc:date>2022-06-03T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API - No Attributes</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406689#M1394</link>
      <description>&lt;P&gt;The correct command:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;response &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; dashboard&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;STRONG&gt;organizations&lt;/STRONG&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getOrganizationNetworks&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN&gt; organization_id&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; total_pages&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;'all')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://developer.cisco.com/meraki/api-latest/#!get-organization-networks" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-latest/#!get-organization-networks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 21:55:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406689#M1394</guid>
      <dc:creator>Andy Mikulas</dc:creator>
      <dc:date>2022-06-03T21:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API - No Attributes</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406690#M1395</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/66885"&gt;@Andy Mikulas&lt;/A&gt;, that was it! much appreciated! &lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 14:01:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api-no-attributes/m-p/5406690#M1395</guid>
      <dc:creator>alex.castillo</dc:creator>
      <dc:date>2022-06-07T14:01:00Z</dc:date>
    </item>
  </channel>
</rss>

