Return overview statistics for network clients

GET {{baseUrl}}/networks/:networkId/clients/overview

Return overview statistics for network clients

Request Params

KeyDatatypeRequiredDescription
t0stringThe beginning of the timespan for the data. The maximum lookback period is 31 days from today.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespanstringThe timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
resolutionstringThe time resolution in seconds for returned data. The valid resolutions are: 7200, 86400, 604800, 2592000. The default is 604800.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"counts":{"total":100,"withHeavyUsage":2},"usages":{"average":2048,"withHeavyUsageAverage":5345}}]