- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do we have an API to Update SplashPage of multiple SSIDs or an entire network in one single Request?
Hi,
Using this API, I'm able to update Splash Page of an SSID with a Custom URL.
https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid-splash-settings
We're looking for a way to update the Splash Pages of all the SSIDs at once of a network in one single Request. Is this possible?
Solved! Go to solution.
- Labels:
-
Captive Portal API
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don’t believe you can update them all at once, but with any scripting language you should be able to loop through the SSIDs (there’s only16 at most in a network) and apply the configuration to them - shouldn’t take too much. If you’re talking about multiple networks then you may have to iterate through them too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don’t believe you can update them all at once, but with any scripting language you should be able to loop through the SSIDs (there’s only16 at most in a network) and apply the configuration to them - shouldn’t take too much. If you’re talking about multiple networks then you may have to iterate through them too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
