Return the client's daily usage history
GET {{baseUrl}}/networks/:networkId/clients/:clientId/usageHistory
Return the client's daily usage history. Usage data is in kilobytes. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"sent":500,"received":680,"ts":"2018-02-11T00:00:00.090210Z"}]