02-27-2025 05:51 PM
Hi,
I'm leveraging organization-wide radius servers for switch access policies.
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:
https://developer.cisco.com/meraki/api-v1/update-network-switch-access-policy/
However, I'm unable to obtain the information of currently configured org-wide radius servers on this API endpoint:
https://developer.cisco.com/meraki/api-v1/get-organization-auth-radius-servers/
I'm getting the 404 page with "The page you are looking for may have been moved or does not exist." on the response.
Would anyone be able to shed some light on this?
Thank you!
Solved! Go to Solution.
02-27-2025 05:59 PM
Hi ,
I'm using this endpoint with success
https://api.meraki.com/api/v1/organizations/xxxxx/auth/radius/servers
[{"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}]}]Can you paste the complete URL that you are using ?
02-27-2025 05:59 PM
Hi ,
I'm using this endpoint with success
https://api.meraki.com/api/v1/organizations/xxxxx/auth/radius/servers
[{"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}]}]Can you paste the complete URL that you are using ?
02-27-2025 06:11 PM
That second endpoint is an early access API. You need to enable early access api in your Organization, early access settings to use it.
I have successfully used it once I've done that.
02-27-2025 06:20 PM
Hi @mloraditch 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.
@Raphletourn indeed, it looks like I was using incorrect API endpoint... instead of https://api.meraki.com/api/v1/organizations/{organizationId}/auth/radius/servers
I was using:
02-27-2025 06:23 PM
Well ! Glad it's working ! 😏
02-27-2025 06:31 PM
The actual feature itself is not early access anymore but the API endpoint is still early access.
Either way glad you got it working.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide