cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3126
Views
5
Helpful
7
Replies

Splash Page - Settings

Vmadathil
Level 3
Level 3

Is there any way to set the "Splash Page official theme" to Fluid via Python script. If yes, please share the parameter.

7 Replies 7

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

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.

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

Hi ,

I'm pretty sure that it is not possible. Splash settings API are missing couple key features.

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

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.

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

What he wants to set is this :

image.png

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.

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

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 !

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Yes, that's what I imagined, but cloning a specific theme would solve the problem.

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

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...

#########
LinkedIn ::: https://blog.rhbirkelund.dk/
Like what you see? - Mark as helpful ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution is solely your own.