- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Enable WPN via API
Hello. Is there any way of enabling WPN via an API call?
Many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey @Klingherit
Practically everything other than the actual enabling of WPN setting is currently supported.
The following API can be used to create the Group Policies:
https://developer.cisco.com/meraki/api-v1/create-network-group-policy/
Afterwards the following API to create an IPSK SSID for example:
https://developer.cisco.com/meraki/api-v1/update-network-wireless-ssid/
Afterwards you can also create IPSKs with API:
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ssid-identity-psk/
Then creating the port profiles:
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ethernet-ports-profile/
Then assigning those port profiles to an MR30H/36H for example:
https://developer.cisco.com/meraki/api-v1/assign-network-wireless-ethernet-ports-profiles/
Finally you can check the IPSK/Port profile configuration:
https://developer.cisco.com/meraki/api-v1/get-network-wireless-ssid-identity-psks/
https://developer.cisco.com/meraki/api-v1/get-network-wireless-ethernet-ports-profiles/
I would recommend putting in a feature request by clicking the "Give your feedback" button on the dashboard or with speaking to your account team. It shouldn't be too hard to argue for such a feature.
Hopefully this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any news about how to enable WPN via an API call ?
I have 500+ networks where I need to enable WPN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any news about how to enable WPN via an API call ?
I have 500+ networks where I need to enable WPN.
