<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MX splash page configuration in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452236#M8082</link>
    <description>&lt;P&gt;Wouldn't using a template be an option?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 12:18:06 GMT</pubDate>
    <dc:creator>aleabrahao</dc:creator>
    <dc:date>2023-11-08T12:18:06Z</dc:date>
    <item>
      <title>MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452235#M8081</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am looking for a way to automatically configure MX splash pages for a number of networks. I know that the Meraki Dashboard API offers an API endpoint for MR splash page configuration, but there doesn’t seem to be an endpoint to configure the MX splash page.&lt;/P&gt;&lt;P&gt;Did anyone come up with a workaround for this use case and would like to share it?&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance, and have a great day!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 12:16:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452235#M8081</guid>
      <dc:creator>ramrenne</dc:creator>
      <dc:date>2023-11-08T12:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452236#M8082</link>
      <description>&lt;P&gt;Wouldn't using a template be an option?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 12:18:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452236#M8082</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2023-11-08T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452237#M8083</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for your fast response. I was told that templates don't support the MX splash page feature. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do templates support this feature? And is it possible to adapt the MX splash page configuration without overwriting other available configurations of a network?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 12:36:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452237#M8083</guid>
      <dc:creator>ramrenne</dc:creator>
      <dc:date>2023-11-08T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452238#M8084</link>
      <description>&lt;P&gt;As far as I know, yes, it is supported in templates. But how much to add to the template without changing the current configuration is not possible. So if the template is not an option the best way is via API or configure one by one.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alemabrahao_0-1699457564072.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/263247i25FD8FF52F0625D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 15:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452238#M8084</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2023-11-08T15:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452239#M8085</link>
      <description>&lt;P&gt;I can't see a way of doing this either.&lt;/P&gt;&lt;P&gt;You might be able to use this approach - setup a source network with the right SSID settings, then use the able to get the current settings, and then copy all of those SSID settings to a new network.&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;ssidSettings=dashboard.appliance.getNetworkApplianceSsid(fromNetworkId,ssidNumber)

kwargs = {}
for setting in ssidSettings:
	kwargs[setting]=ssidSettings[setting]

dashboard.appliance.updateNetworkApplianceSsid(toNetworkid,**kwargs)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Nov 2023 19:23:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452239#M8085</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2023-11-08T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452240#M8086</link>
      <description>&lt;P&gt;Thanks a lot. I will look into the template feature then. Just to make sure, with "MX splash page configuration", I also mean the following page: &lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramrenne_1-1699533371739.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/263251iB0A5B4CF0C30ABB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 12:38:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452240#M8086</guid>
      <dc:creator>ramrenne</dc:creator>
      <dc:date>2023-11-09T12:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: MX splash page configuration</title>
      <link>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452241#M8087</link>
      <description>&lt;P&gt;Thanks for your input. &lt;BR /&gt;&lt;BR /&gt;Yes, the update Network Appliance SSID endpoint looks good for setting the SSID of an MX and is for sure one step of the process, but if I see correctly, you can not configure the MX splash page itself with this call, correct?&lt;BR /&gt;&lt;BR /&gt;For MRs there is the endpoint &lt;A href="https://developer.cisco.com/meraki/api/update-network-wireless-ssid-splash-settings/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api/update-network-wireless-ssid-splash-settings/&lt;/A&gt; to achieve this, but it doesn't seem to be available for MXs. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 12:50:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/mx-splash-page-configuration/m-p/5452241#M8087</guid>
      <dc:creator>ramrenne</dc:creator>
      <dc:date>2023-11-09T12:50:57Z</dc:date>
    </item>
  </channel>
</rss>

