<?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: Python Library. getNetworkWirelessRfProfiles not working in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411239#M1988</link>
    <description>&lt;P&gt;Thank you for the suggestion rhbirkelund,&lt;BR /&gt;&lt;BR /&gt;Won't the AP still send out beacons (for meshing etc)  even though the SSIDs are switched off?&lt;BR /&gt;&lt;BR /&gt;I'm looking for a solution that will completely disable the antennas until needed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 08:56:55 GMT</pubDate>
    <dc:creator>JonathanClark</dc:creator>
    <dc:date>2024-03-11T08:56:55Z</dc:date>
    <item>
      <title>Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411231#M1980</link>
      <description>&lt;P&gt;Hi All, I'm busy working on an API script to turn on/off transmission power of Access Points. We do this during new deployments when its time to migrate over to the new Meraki set up. Prior to the migration, we want them off to not interfere with the current networks in place.&lt;BR /&gt;&lt;BR /&gt;The following command which is on Meraki's Documentation: &lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-wireless-rf-profiles/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-network-wireless-rf-profiles/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanClark_0-1709906425645.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/263465i9B9A63CFC4023D00/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;I keep getting a 500 Internal Server error with this call.&lt;BR /&gt;&lt;BR /&gt;meraki.exceptions.APIError: wireless, getNetworkWirelessRfProfiles - 500 Internal Server Error, &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;A href="http://www.w3.org/TR/xhtml1/DTD/xhtm" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Has anyone else had this issue? I've made sure I'm getting the network ID correctly and have tested it with a bunch of other functions. Just this one is not working.&lt;BR /&gt;&lt;BR /&gt;Any help? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:02:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411231#M1980</guid>
      <dc:creator>JonathanClark</dc:creator>
      <dc:date>2024-03-08T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411232#M1981</link>
      <description>&lt;P&gt;Take a look at these discussions.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Developers-APIs/GET-RfProfiles-results-in-empty-list/m-p/131789" target="_blank"&gt;https://community.meraki.com/t5/Developers-APIs/GET-RfProfiles-results-in-empty-list/m-p/131789&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/Wireless-LAN/xNetworkWirelessRfProfile-functions-returning-500-Internal/m-p/134698" target="_blank"&gt;https://community.meraki.com/t5/Wireless-LAN/xNetworkWirelessRfProfile-functions-returning-500-Internal/m-p/134698&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:18:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411232#M1981</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2024-03-08T14:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411233#M1982</link>
      <description>&lt;P&gt;Thank you, I have reviewed these and it seems that others are having the same issue. I can't even get it to reply with the null expression. The network I'm testing on has multiple custom profiles, so data should be returned.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:21:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411233#M1982</guid>
      <dc:creator>JonathanClark</dc:creator>
      <dc:date>2024-03-08T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411234#M1983</link>
      <description>&lt;P&gt;I just tried it and returned http 200 with the correct payload of my custom RF profile&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 15:37:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411234#M1983</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2024-03-08T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411235#M1984</link>
      <description>&lt;P&gt;Hi RaphaelL, are you able to share your methods of achieving this result? Is this through the Meraki Python library or how are you achieving this result?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 15:39:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411235#M1984</guid>
      <dc:creator>JonathanClark</dc:creator>
      <dc:date>2024-03-08T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411236#M1985</link>
      <description>Directly from my web browser &lt;A href="https://api.meraki.com/api/v1/networks/XXXXXXXXX/wireless/rfProfiles" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/networks/XXXXXXXXX/wireless/rfProfiles&lt;/A&gt; This is the easiest way to test 'get' endpoints.</description>
      <pubDate>Fri, 08 Mar 2024 15:40:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411236#M1985</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2024-03-08T15:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411237#M1986</link>
      <description>&lt;P&gt;Instead of setting TX power to migrate between APs, have you considered simply using tags with SSID availability?&lt;/P&gt;&lt;P&gt;Tag all APs with e.g “SSID A” and configure SSID Availability to only broadcast the WLAN on APs with the specified tag. Then remove the tag from old APs and tag the new ones to allow the clients to move over to the new APs.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 18:11:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411237#M1986</guid>
      <dc:creator>Rasmus Hoffmann Birkelund</dc:creator>
      <dc:date>2024-03-08T18:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411238#M1987</link>
      <description>&lt;P&gt;Create the SSID Availability as such&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rhbirkelund_0-1709922095322.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/263469iA8890547422E0967/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;And then use &lt;A href="https://developer.cisco.com/meraki/api-v1/update-device/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-device/&lt;/A&gt; to update tags on the AP, inorder to enable or disable the SSID on them individually.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 18:22:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411238#M1987</guid>
      <dc:creator>Rasmus Hoffmann Birkelund</dc:creator>
      <dc:date>2024-03-08T18:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411239#M1988</link>
      <description>&lt;P&gt;Thank you for the suggestion rhbirkelund,&lt;BR /&gt;&lt;BR /&gt;Won't the AP still send out beacons (for meshing etc)  even though the SSIDs are switched off?&lt;BR /&gt;&lt;BR /&gt;I'm looking for a solution that will completely disable the antennas until needed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 08:56:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411239#M1988</guid>
      <dc:creator>JonathanClark</dc:creator>
      <dc:date>2024-03-11T08:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Python Library. getNetworkWirelessRfProfiles not working</title>
      <link>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411240#M1989</link>
      <description>&lt;P&gt;Do you use meshing in the network?&lt;/P&gt;&lt;P&gt;If not, just disable it entirely; Network-Wide -&amp;gt; Configure -&amp;gt; General.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 13:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/python-library-getnetworkwirelessrfprofiles-not-working/m-p/5411240#M1989</guid>
      <dc:creator>Rasmus Hoffmann Birkelund</dc:creator>
      <dc:date>2024-03-11T13:09:12Z</dc:date>
    </item>
  </channel>
</rss>

