Table of Contents

Interface ISmDevicesCellularUsageHistory

Namespace
Meraki.Api.Interfaces.Products.Sm
Assembly
Meraki.Api.dll
public interface ISmDevicesCellularUsageHistory

Methods

GetNetworkSmDeviceCellularUsageHistoryAsync(string, string, CancellationToken)

Return the client's daily cellular data usage history

[Get("/networks/{networkId}/sm/devices/{deviceId}/cellularUsageHistory")]
Task<List<ClientUsageHistory>> GetNetworkSmDeviceCellularUsageHistoryAsync(string networkId, string deviceId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<ClientUsageHistory>>

Exceptions

ApiException

Thrown when fails to make API call