Interface IWirelessConnectionStats
- Namespace
- Meraki.Api.Interfaces.Products.Wireless
- Assembly
- Meraki.Api.dll
public interface IWirelessConnectionStats
Methods
GetDeviceWirelessConnectionStatsAsync(string, string, string, double?, string, int?, int?, string, CancellationToken)
Aggregated connectivity info for a given AP on this network
[Get("/devices/{serial}/wireless/connectionStats")]
Task<NetworkDeviceConnectionStats> GetDeviceWirelessConnectionStatsAsync(string serial, string t0 = null, string t1 = null, double? timespan = null, string band = null, int? ssid = null, int? vlan = null, string apTag = null, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
t0
stringThe beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)
t1
stringThe end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
timespan
double?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)
band
stringFilter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)
ssid
int?Filter results by SSID (optional)
vlan
int?Filter results by VLAN (optional)
apTag
stringFilter results by AP Tag (optional)
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetNetworkWirelessConnectionStatsAsync(string, string, string, double?, string, int?, int?, string, CancellationToken)
Aggregated connectivity info for this network
[Get("/networks/{networkId}/wireless/connectionStats")]
Task<ConnectionStats> GetNetworkWirelessConnectionStatsAsync(string networkId, string t0 = null, string t1 = null, double? timespan = null, string band = null, int? ssid = null, int? vlan = null, string apTag = null, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network ID
t0
stringThe beginning of the timespan for the data. The maximum lookback period is 180 days from today. (optional)
t1
stringThe end of the timespan for the data. t1 can be a maximum of 7 days after t0. (optional)
timespan
double?The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days. (optional)
band
stringFilter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. (optional)
ssid
int?Filter results by SSID (optional)
vlan
int?Filter results by VLAN (optional)
apTag
stringFilter results by AP Tag (optional)
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call