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
stringThe network id
number
stringThe SSID number
cancellationToken
CancellationToken
Returns
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
stringThe network id
number
stringThe SSID number
updateNetworkWirelessSsidSplashSettings
SsidSplashSettingscancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call