07-05-2024 03:23 AM
Is there any way to set the "Splash Page official theme" to Fluid via Python script. If yes, please share the parameter.
07-05-2024 03:29 AM
Have you checked this one?
https://developer.cisco.com/meraki/api-v1/update-network-wireless-ssid-splash-settings/
The id of the selected splash theme.
07-05-2024 05:01 AM
Hi ,
I'm pretty sure that it is not possible. Splash settings API are missing couple key features.
07-05-2024 05:03 AM
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.
07-05-2024 05:12 AM
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.
07-05-2024 05:24 AM
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 !
07-05-2024 05:40 AM
Yes, that's what I imagined, but cloning a specific theme would solve the problem.
07-05-2024 11:31 AM
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...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide