Interface INetworksClientsUsageHistory
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksClientsUsageHistory
Methods
GetNetworkClientUsageHistoryAsync(string, string, CancellationToken)
Return the client's daily usage history
[Get("/networks/{networkId}/clients/{clientId}/usageHistory")]
Task<List<ClientUsageHistory>> GetNetworkClientUsageHistoryAsync(string networkId, string clientId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
clientId
stringThe client id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call