<?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: No API support for more than 2 radios? in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424515#M4034</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, we went down that route too.  Unfortunately the Get API doesnt include the 2nd 5ghz radio or the 6ghz radio.&lt;/P&gt;&lt;P&gt;I'm really surprised this is an issue since Meraki has had APs with 6ghz radios for 4+ years now.&lt;/P&gt;&lt;P&gt;Thanks though&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2026 12:36:12 GMT</pubDate>
    <dc:creator>nerdherd</dc:creator>
    <dc:date>2026-02-13T12:36:12Z</dc:date>
    <item>
      <title>No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424511#M4030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I feel like I'm missing something obvious.&lt;/P&gt;&lt;P&gt;The APIs for getting and setting radio parameters still only supports "twoFourGhzSettings" and "fiveGhzSettings", with that only working on the lower-band radio, not support for a 2nd 5ghz radio or 6ghz.&lt;/P&gt;&lt;P&gt;Besides using profiles, how can I use the API to get/set channels for all the radios?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 18:04:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424511#M4030</guid>
      <dc:creator>nerdherd</dc:creator>
      <dc:date>2026-02-11T18:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424512#M4031</link>
      <description>&lt;P&gt;Using &lt;A href="https://developer.cisco.com/meraki/api-v1/update-device-wireless-radio-settings/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-device-wireless-radio-settings/&lt;/A&gt; should allow you to manually configure channels on APs. &lt;/P&gt;&lt;P&gt;Setting an RF Profile ID will clear the manual setting, so don't set it. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 18:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424512#M4031</guid>
      <dc:creator>Rasmus Hoffmann Birkelund</dc:creator>
      <dc:date>2026-02-11T18:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424513#M4032</link>
      <description>&lt;P&gt;Right, that endpoint only has two selections, &lt;SPAN&gt;fiveGhzSettings and twoFourGhzSettings, nothing for 6ghz and nothing for the 2nd 5ghz radio.  if you set the channel using that endpoint for 5ghz it sets it for the Lower band radio.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here's the JSON:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"rfProfileId": "1234",&lt;BR /&gt;"twoFourGhzSettings": {&lt;BR /&gt;"channel": 11,&lt;BR /&gt;"targetPower": 21&lt;BR /&gt;},&lt;BR /&gt;"fiveGhzSettings": {&lt;BR /&gt;"channel": 149,&lt;BR /&gt;"channelWidth": 20,&lt;BR /&gt;"targetPower": 15&lt;BR /&gt;}&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 19:32:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424513#M4032</guid>
      <dc:creator>nerdherd</dc:creator>
      <dc:date>2026-02-11T19:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424514#M4033</link>
      <description>&lt;P&gt;It looks like the endpoint doesn't currently support the extra radios/band.&lt;/P&gt;&lt;P&gt;You could make a feature request to have the endpoint updated with the extra features, not a short-term solution though.&lt;/P&gt;&lt;P&gt;One thing to try is use &lt;A href="https://developer.cisco.com/meraki/api-v1/get-device-wireless-radio-settings/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-device-wireless-radio-settings/&lt;/A&gt; to get the settings you've manually configured for an AP with extra radios, then see if it exposes any undocumented parameters for them, if it does, try those parameters with the update endpoint and see if it works.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 06:44:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424514#M4033</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2026-02-12T06:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424515#M4034</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, we went down that route too.  Unfortunately the Get API doesnt include the 2nd 5ghz radio or the 6ghz radio.&lt;/P&gt;&lt;P&gt;I'm really surprised this is an issue since Meraki has had APs with 6ghz radios for 4+ years now.&lt;/P&gt;&lt;P&gt;Thanks though&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 12:36:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424515#M4034</guid>
      <dc:creator>nerdherd</dc:creator>
      <dc:date>2026-02-13T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424516#M4035</link>
      <description>&lt;P&gt;Hold my beer &lt;SPAN class="lia-unicode-emoji" title=":beer_mug:"&gt;&lt;span class="lia-unicode-emoji" title=":beer_mug:"&gt;🍺&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;GET &lt;A href="https://api.meraki.com/api/v1/devices/{serial}/wireless/radio/overrides" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/devices/{serial}/wireless/radio/overrides&lt;/A&gt; just made it to beta. The API documentation will be updated next week in our monthly documentation update. You can try it out and share your feedback.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 05:00:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424516#M4035</guid>
      <dc:creator>obrigg</dc:creator>
      <dc:date>2026-02-26T05:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424517#M4036</link>
      <description>&lt;P&gt;thanks, this seems to work very well, had no issues&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 18:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424517#M4036</guid>
      <dc:creator>nerdherd</dc:creator>
      <dc:date>2026-02-27T18:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: No API support for more than 2 radios?</title>
      <link>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424518#M4037</link>
      <description>&lt;P&gt;Officially documented now: &lt;A href="https://developer.cisco.com/meraki/api-v1/get-device-wireless-radio-overrides/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-device-wireless-radio-overrides/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 21:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/no-api-support-for-more-than-2-radios/m-p/5424518#M4037</guid>
      <dc:creator>obrigg</dc:creator>
      <dc:date>2026-03-06T21:58:02Z</dc:date>
    </item>
  </channel>
</rss>

