@John_on_API, if I am reading this endpoint correctly, perhaps one can look at the "ts" (assume this is timestamp?) field of the following new endpoint (v1.36), when the new status is online (in bold), to determine the uptime? /organizations/{organizationId}/devices/availabilities/changeHistory https://developer.cisco.com/meraki/api-v1/get-organization-devices-availabilities-change-history/ [ { "ts": "2018-02-11T00:00:00.090210Z", "device": { "serial": "Q234-ABCD-5678", "name": "My AP", "productType": "wireless", "model": "MR34" }, "details": { "old": [ { "name": "status", "value": "offline" } ], "new": [ { "name": "status", "value": "online" } ] }, "network": { "id": "N_24329156", "name": "Main Office", "url": "https://n1.meraki.com//n//manage/nodes/list", "tags": [ "tag1", "tag2" ] } } ]
... View more