<?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: How to update the dot11r for SSID? (python) in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423239#M3817</link>
    <description>&lt;P&gt;Sorry I'm worng:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 19:08:30 GMT</pubDate>
    <dc:creator>aleabrahao</dc:creator>
    <dc:date>2022-11-03T19:08:30Z</dc:date>
    <item>
      <title>How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423237#M3815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to update the dot11r settings for my network.&lt;/P&gt;&lt;P&gt;The code I used to update the settings are:&lt;/P&gt;&lt;P&gt;response = dashboard.wireless.updateNetworkWirelessSsid(&lt;BR /&gt;n['id'], ssid['number'],&lt;/P&gt;&lt;P&gt;ssid['dot11r']= {'enabled': True, 'adaptive': True}&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Python error message is&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/user/updatessid.py", line 31, in &amp;lt;module&amp;gt;&lt;BR /&gt;response = dashboard.wireless.updateNetworkWirelessSsid(&lt;BR /&gt;TypeError: Wireless.updateNetworkWirelessSsid() takes 3 positional arguments but 4 were given&lt;/P&gt;&lt;P&gt;I tried to follow the example here&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;response = dashboard.wireless.updateNetworkWirelessSsid(
    network_id, number, 
    name='My SSID', 
    enabled=True
)&lt;/PRE&gt;&lt;P&gt;What is the correct way to update the dot11r settings?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 18:55:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423237#M3815</guid>
      <dc:creator>haixiangwang</dc:creator>
      <dc:date>2022-11-03T18:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423238#M3816</link>
      <description>&lt;P&gt;I think that there is no PAI to update 802.11, look:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api/#!update-network-ssid" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api/#!update-network-ssid&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:05:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423238#M3816</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-03T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423239#M3817</link>
      <description>&lt;P&gt;Sorry I'm worng:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:08:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423239#M3817</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-03T19:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423240#M3818</link>
      <description>&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid&lt;/A&gt;&lt;/P&gt;&lt;P&gt;what's different between your link and mine?&lt;/P&gt;&lt;P&gt;Not supported?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423240#M3818</guid>
      <dc:creator>haixiangwang</dc:creator>
      <dc:date>2022-11-03T19:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423241#M3819</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alemabrahao_0-1667502565829.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/262864iA009EF461CC12BFF/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;</description>
      <pubDate>Thu, 03 Nov 2022 19:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423241#M3819</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-03T19:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423242#M3820</link>
      <description>&lt;P&gt;the first link is API v0 second Is v1.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423242#M3820</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-03T19:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423243#M3821</link>
      <description>&lt;P&gt;I tried again with new code.&lt;/P&gt;&lt;P&gt;response = dashboard.wireless.updateNetworkWirelessSsid(&lt;BR /&gt;n['id'], ssid['number'],&lt;BR /&gt;dot11r=[{'enabled': True, 'adaptive': True}]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Here is what I got.&lt;/P&gt;&lt;P&gt;meraki.exceptions.APIError: wireless, updateNetworkWirelessSsid - 400 Bad Request, {'errors': ["'dot11r' must be an object"]}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:10:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423243#M3821</guid>
      <dc:creator>haixiangwang</dc:creator>
      <dc:date>2022-11-03T19:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423244#M3822</link>
      <description>&lt;PRE&gt;import requests

url = "https://api.meraki.com/api/v1/networks/{networkId}/wireless/ssids/{number}"

payload = '''{
    "dot11w": {},
    "dot11r": { "adaptive": true },
    "oauth": {},
    "localRadius": {
        "passwordAuthentication": {},
        "certificateAuthentication": {
            "clientRootCaCertificate": {}
        }
    },&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:15:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423244#M3822</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-03T19:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423245#M3823</link>
      <description>&lt;P&gt;Got it workinig with following code.&lt;/P&gt;&lt;P&gt;response = dashboard.wireless.updateNetworkWirelessSsid(&lt;BR /&gt;n['id'], ssid['number'],&lt;BR /&gt;dot11r={'enabled': True, 'adaptive': True}&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 19:23:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423245#M3823</guid>
      <dc:creator>haixiangwang</dc:creator>
      <dc:date>2022-11-03T19:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the dot11r for SSID? (python)</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423246#M3824</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 11:47:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-update-the-dot11r-for-ssid-python/m-p/5423246#M3824</guid>
      <dc:creator>haixiangwang</dc:creator>
      <dc:date>2022-11-06T11:47:26Z</dc:date>
    </item>
  </channel>
</rss>

