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
stringThe network id
deviceId
stringThe device id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call