cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3571
Views
4
Helpful
2
Replies

API for creating a new SSID

trendkill
Community Member

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 ?

1 Accepted Solution

Accepted Solutions

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

That's it, there are already 15 predefined SSIDs but they are disabled, you have to add the SSID parameters you want.

image.png

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

View solution in original post

2 Replies 2

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

That's it, there are already 15 predefined SSIDs but they are disabled, you have to add the SSID parameters you want.

image.png

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

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 !