Table of Contents

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 string

The network id

cancellationToken CancellationToken

Returns

Task<NetworkClientOverview>

Exceptions

ApiException

Thrown when fails to make API call