Interface INetworksSplashLoginAttempts
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
Splash login attempts
public interface INetworksSplashLoginAttempts
Methods
GetNetworkSplashLoginAttemptsAsync(string, string, string, int?, CancellationToken)
List the splash login attempts for a network
[Get("/networks/{networkId}/splashLoginAttempts")]
Task<List<SplashLoginAttempts>> GetNetworkSplashLoginAttemptsAsync(string networkId, string ssidNumber = null, string loginIdentifier = null, int? timespan = null, CancellationToken cancellationToken = default)
Parameters
networkIdstringThe network id
ssidNumberstringOnly return the login attempts for the specified SSID (optional)
loginIdentifierstringThe username, email, or phone number used during login (optional)
timespanint?The timespan, in seconds, for the login attempts. The period will be from [timespan] seconds ago until now. The maximum timespan is 3 months (optional)
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call