- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
iPSK client API
Is there a way in the API to enroll iPSK without Radius clients?
We are doing a multi-dwelling unit deployment and we need to enroll every unit, so we'd like to automate, but there doesn't seem to be a way to do this in the API documentation
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are talking about creating iPSKs for each unit, yes that can be done. If you were talking about automating adding clients to a specific iPSK, that is not possible.
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ssid-identity-psk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are talking about creating iPSKs for each unit, yes that can be done. If you were talking about automating adding clients to a specific iPSK, that is not possible.
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ssid-identity-psk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
awesome!
That was exactly the API I was looking for!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi take a look at this.
IPSK Authentication without RADIUS - Cisco Meraki
API
iPSK name used by a client can also be obtained via API using
GET /api/v1/networks/{networkId}/clients with a query parameter pskGroup for iPSK name.
Please refer to https://developer.cisco.com/ for more information.
Please, if this post was useful, leave your kudos and mark it as solved.
