<?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: Updating switch access policy using org-wide radius servers in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399569#M363</link>
    <description>&lt;P&gt;The actual feature itself is not early access anymore but the API endpoint is still early access. &lt;/P&gt;&lt;P&gt;Either way glad you got it working.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 02:31:49 GMT</pubDate>
    <dc:creator>mloraditch</dc:creator>
    <dc:date>2025-02-28T02:31:49Z</dc:date>
    <item>
      <title>Updating switch access policy using org-wide radius servers</title>
      <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399564#M358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm leveraging organization-wide radius servers for switch access policies.&lt;/P&gt;&lt;P&gt;I'd like to update a specific policy in my org networks to use different radius servers defined in the org-wide radius servers using the API endpoint:&lt;/P&gt;&lt;P&gt;&lt;A title="https://developer.cisco.com/meraki/api-v1/update-network-switch-access-policy/" href="https://developer.cisco.com/meraki/api-v1/update-network-switch-access-policy/" target="_self" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/update-network-switch-access-policy/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;However, I'm unable to obtain the information of currently configured org-wide radius servers on this API endpoint:&lt;BR /&gt;&lt;A title="https://developer.cisco.com/meraki/api-v1/get-organization-auth-radius-servers/" href="https://developer.cisco.com/meraki/api-v1/get-organization-auth-radius-servers/" target="_self" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-organization-auth-radius-servers/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I'm getting the 404 page with "The page you are looking for may have been moved or does not exist." on the response.&lt;BR /&gt;&lt;BR /&gt;Would anyone be able to shed some light on this?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 01:51:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399564#M358</guid>
      <dc:creator>wellyhartanto</dc:creator>
      <dc:date>2025-02-28T01:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Updating switch access policy using org-wide radius servers</title>
      <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399565#M359</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I'm using this endpoint with success &lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v1/organizations/xxxxx/auth/radius/servers" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/xxxxx/auth/radius/servers&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[{"serverId":"xxxx","name":"xxxx","address":"xx","modes":[{"mode":"auth","port":1812},{"mode":"accounting","port":1813}]},{"serverId":"xxxx","name":"xxxx","address":"xxxx","modes":[{"mode":"auth","port":1812},{"mode":"accounting","port":1813}]},{"serverId":"xxxx","name":"xxxx","address":"xxxx","modes":[{"mode":"auth","port":1812},{"mode":"accounting","port":1813}]},{"serverId":"xxxx","name":"xxxx","address":"xxxx","modes":[{"mode":"auth","port":1812},{"mode":"accounting","port":1813}]}]&lt;/PRE&gt;&lt;P&gt;Can you paste the complete URL that you are using ? &lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 01:59:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399565#M359</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2025-02-28T01:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Updating switch access policy using org-wide radius servers</title>
      <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399566#M360</link>
      <description>&lt;P&gt;That second endpoint is an early access API. You need to enable early access api in your Organization, early access settings to use it.&lt;/P&gt;&lt;P&gt;I have successfully used it once I've done that.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 02:11:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399566#M360</guid>
      <dc:creator>mloraditch</dc:creator>
      <dc:date>2025-02-28T02:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Updating switch access policy using org-wide radius servers</title>
      <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399567#M361</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/11459"&gt;@mloraditch&lt;/A&gt; I believe this org-wide radius servers feature is no longer in the Early Access section and has been moved to "production" but yes, I still see the API doc in the Early Access section, I wonder.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/13291"&gt;@Raphletourn&lt;/A&gt; indeed, it looks like I was using incorrect API endpoint... instead of &lt;A href="https://api.meraki.com/api/v1/organizations/{organizationId}/auth/radius/servers" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/{organizationId}/auth/radius/servers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I was using: &lt;/P&gt;&lt;DIV&gt;&lt;A href="https://api.meraki.com/api/v1/organizations/{organization_id}/auth/radiusServers" target="_self" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/organizations/{organization_id}/auth/radiusServers&lt;/A&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'm blaming myself for not having enough coffee this early morning &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Thanks guys!&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Feb 2025 02:20:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399567#M361</guid>
      <dc:creator>wellyhartanto</dc:creator>
      <dc:date>2025-02-28T02:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Updating switch access policy using org-wide radius servers</title>
      <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399568#M362</link>
      <description>&lt;P&gt;Well ! Glad it's working ! &lt;SPAN class="lia-unicode-emoji" title=":smirking_face:"&gt;&lt;span class="lia-unicode-emoji" title=":smirking_face:"&gt;😏&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 02:23:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399568#M362</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2025-02-28T02:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Updating switch access policy using org-wide radius servers</title>
      <link>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399569#M363</link>
      <description>&lt;P&gt;The actual feature itself is not early access anymore but the API endpoint is still early access. &lt;/P&gt;&lt;P&gt;Either way glad you got it working.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 02:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/updating-switch-access-policy-using-org-wide-radius-servers/m-p/5399569#M363</guid>
      <dc:creator>mloraditch</dc:creator>
      <dc:date>2025-02-28T02:31:49Z</dc:date>
    </item>
  </channel>
</rss>

