01-21-2022 06:04 AM
I am not exactly sure why this does not work for me as documented in the following URL
https://developer.cisco.com/meraki/api-v1/#!get-network-wireless-ssids
The API call works up until networkid but after that, it doesnt seem consider any wireless calls as valid. Only thing that works so far for me on the documentation is wireless\settings.
I want to be able to retrieve and update the Radius server of over 100 networks using something like below but it doesnt work.
https://api.meraki.com/api/v1/organizations/OrganizationID/NetworkID/wireless/ssid
Any help will be appreciated.
Solved! Go to Solution.
01-22-2022 10:34 AM
I was calling the API the wrong way, it should be https://api.meraki.com/api/v1/networks/NetworkID/wireless/ssid instead of https://api.meraki.com/api/v1/organizations/OrganizationID/NetworkID/wireless/ssid
Thanks
01-21-2022 07:17 AM
What reply message you get?
Can you try it in the webbrowser?
https://developer.cisco.com/meraki/api-v1/#!get-network-wireless-ssids
01-22-2022 03:35 AM
From Postman I get a 404 Not found status message, preview error the below:
01-22-2022 10:34 AM
I was calling the API the wrong way, it should be https://api.meraki.com/api/v1/networks/NetworkID/wireless/ssid instead of https://api.meraki.com/api/v1/organizations/OrganizationID/NetworkID/wireless/ssid
Thanks
01-23-2025 01:25 PM
hey,
How did u managed to update Radius server, I have 50+ networks and I need to add a radius server for them but didn't work for me tried python scrips even with Meraki library but no success .
The ERROR I get
Error occurred while updating RADIUS server: 404 Client Error: Not Found for url: https://api.meraki.com/api/v1/networks/******/wireless/radiusServers
Can you help please !
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