Table of Contents

Interface IWirelessSsidsSplash

Namespace
Meraki.Api.Interfaces.Products.Wireless
Assembly
Meraki.Api.dll
public interface IWirelessSsidsSplash

Methods

GetNetworkWirelessSsidSplashSettingsAsync(string, string, CancellationToken)

Display the splash page settings for the given SSID

[Get("/networks/{networkId}/wireless/ssids/{number}/splash/settings")]
Task<SsidSplashSettings> GetNetworkWirelessSsidSplashSettingsAsync(string networkId, string number, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

number string

The SSID number

cancellationToken CancellationToken

Returns

Task<SsidSplashSettings>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkWirelessSsidSplashSettingsAsync(string, string, SsidSplashSettings, CancellationToken)

Modify the splash page settings for the given SSID

[Put("/networks/{networkId}/wireless/ssids/{number}/splash/settings")]
Task<SsidSplashSettings> UpdateNetworkWirelessSsidSplashSettingsAsync(string networkId, string number, SsidSplashSettings updateNetworkWirelessSsidSplashSettings, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

number string

The SSID number

updateNetworkWirelessSsidSplashSettings SsidSplashSettings
cancellationToken CancellationToken

Returns

Task<SsidSplashSettings>

Exceptions

ApiException

Thrown when fails to make API call