- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Updating switch access policy using org-wide radius servers
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
@RaphaelL 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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well ! Glad it's working ! 😏
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The actual feature itself is not early access anymore but the API endpoint is still early access.
Either way glad you got it working.
