Interface INetworksClientsOverview
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksClientsOverview
Methods
GetNetworkClientsOverviewAsync(string, CancellationToken)
Return overview statistics for network clients
[Get("/networks/{networkId}/clients/overview")]
Task<NetworkClientOverview> GetNetworkClientsOverviewAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call