- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splash Page - Settings
Is there any way to set the "Splash Page official theme" to Fluid via Python script. If yes, please share the parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you checked this one?
https://developer.cisco.com/meraki/api-v1/update-network-wireless-ssid-splash-settings/
- themeId:string
The id of the selected splash theme.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I'm pretty sure that it is not possible. Splash settings API are missing couple key features.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can get the ID of a specific Splash theme. So with this I believe it is possible to set the desired theme based on the documentation.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What he wants to set is this :
You can't. The only way would to clone the theme as a custom theme and then apply it on every network. I'm gonna test it to make sure before make assumptions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I found a bug.
We are running older firmware version and if we use the default theme it returns :
"themeId": null
However , like mentionned if you use a recent network with recent firmware each default theme returns a different ( unique ? ) themeid :
"themeId": "6961b3f08ec7dcb6eaa3fb0814e4722e4a83b6b8"
So this is probably working !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, that's what I imagined, but cloning a specific theme would solve the problem.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I guess it depends on how well you want to play with Meraki.
In the end Meraki is all about RESTful calls, whether it's the API or the Dashboard itself.
If you want to abide by the rules, then no, there isn't an endpoint to change the Splash Page Theme to Fluid.
But if you're feeling a bit rebelleous, there are ways around... Hint: cookies are delicious...
Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution lies solely your own.
