<?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: beginer for API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427034#M4475</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I found it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/update-device-management-interface/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-device-management-interface/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 08:12:17 GMT</pubDate>
    <dc:creator>gdy10392</dc:creator>
    <dc:date>2024-05-03T08:12:17Z</dc:date>
    <item>
      <title>beginer for API</title>
      <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427029#M4470</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Good day to you.&lt;/P&gt;&lt;P&gt;I am beginner for Meraki API, and plan to use Python with Meraki library.&lt;/P&gt;&lt;P&gt;May you please help me below question.&lt;/P&gt;&lt;P&gt;1.  I would like have SSID report for whole Org.  Which API could query working SSID on Org or Network or AP?&lt;/P&gt;&lt;P&gt;2. If I would like update AP, MX, switch settings, all is process by "&lt;SPAN&gt;dashboard.devices.updateDevice&lt;/SPAN&gt;"?&lt;/P&gt;&lt;P&gt;3. When I update device with "&lt;SPAN&gt;dashboard.devices.updateDevice&lt;/SPAN&gt;", I need a property list. But when can I find it?&lt;/P&gt;&lt;P&gt;group the question, my daily task is update switch port, management IP, change SSID settings. I haven't found these API.&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Scott Gao&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 08:47:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427029#M4470</guid>
      <dc:creator>gdy10392</dc:creator>
      <dc:date>2024-04-19T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: beginer for API</title>
      <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427030#M4471</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;To Meraki engineer,&lt;/P&gt;&lt;P&gt;I see Network or Org process is call by ID. Do you think allow call by name is friendly?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 08:51:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427030#M4471</guid>
      <dc:creator>gdy10392</dc:creator>
      <dc:date>2024-04-19T08:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: beginer for API</title>
      <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427031#M4472</link>
      <description>&lt;P&gt;You need to call by ID not name.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 09:41:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427031#M4472</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2024-04-19T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: beginer for API</title>
      <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427032#M4473</link>
      <description>&lt;P&gt;1 I suggest &lt;A href="https://developer.cisco.com/meraki/api-v1/get-organization-wireless-ssids-statuses-by-device/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-organization-wireless-ssids-statuses-by-device/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2 there are many different calls to update different things&lt;/P&gt;&lt;P&gt;3 on an existing device you can use &lt;A href="https://developer.cisco.com/meraki/api-v1/get-device/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-device/&lt;/A&gt; to get the current settings, for a new device you need to create the settings yourself&lt;/P&gt;&lt;P&gt;I strongly recommend read through the complete API guide, starting at &lt;A href="https://developer.cisco.com/meraki/api-v1/introduction/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/introduction/&lt;/A&gt;  &lt;/P&gt;&lt;P&gt;Then at least review all the API calls to get an idea of what is there, also you can use the search to find calls containing a keyword you are interested in, like SSID for instance...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/search/?q=ssid" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/search/?q=ssid&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you will be using the Python library, I would begin making some scripts to gather/format the data you are interested in, to get a feel for how things work.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 09:50:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427032#M4473</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2024-04-19T09:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: beginer for API</title>
      <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427033#M4474</link>
      <description>&lt;P&gt;Hello sungod&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I read all link you suggest. I still can not find out API to update switch and AP LAN IP. Do you mind provide exact link?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 02:35:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427033#M4474</guid>
      <dc:creator>gdy10392</dc:creator>
      <dc:date>2024-05-03T02:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: beginer for API</title>
      <link>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427034#M4475</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I found it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/update-device-management-interface/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-device-management-interface/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 08:12:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/beginer-for-api/m-p/5427034#M4475</guid>
      <dc:creator>gdy10392</dc:creator>
      <dc:date>2024-05-03T08:12:17Z</dc:date>
    </item>
  </channel>
</rss>

