10-16-2023 05:33 AM
I noticed we have an API to update an SSID
{{base URL}}/networks/:networkid/wireless/ssids/:number
:number , we need to specify the number of SSID in a scenario where an SSID exists.
What should be the API call if needto create a new SSID ?
Solved! Go to Solution.
10-16-2023 05:42 AM
That's it, there are already 15 predefined SSIDs but they are disabled, you have to add the SSID parameters you want.
10-16-2023 05:42 AM
That's it, there are already 15 predefined SSIDs but they are disabled, you have to add the SSID parameters you want.
10-16-2023 05:51 AM
Hi ,
https://developer.cisco.com/meraki/api-v1/get-network-wireless-ssids/
Will get the current SSIDs. Like said earlier , there a maximum of 15 ssids starting from index 0 to 14.
This 'GET' will get your configured SSIDs , so I would use the next 'unconfigured SSID' ( eg : ID 2 ) if ['0','1'] are in use.
Good luck !
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