12-16-2019 01:53 AM
Is there any api for getting the info for device availability?
Solved! Go to Solution.
12-16-2019 06:01 AM
You should be able to use GET /organizations/{organizationId}/deviceStatuses to retrieve the status of the devices in an organization. Anything that is not "offline" should be accessible.
12-16-2019 06:01 AM
You should be able to use GET /organizations/{organizationId}/deviceStatuses to retrieve the status of the devices in an organization. Anything that is not "offline" should be accessible.
12-16-2019 08:49 AM
Are you referring to Device Status? If so @CBurkhead is correct and that call should be sufficient. If you are looking for availability statistics like if a device is up for 99% of a time period, then they don't have a specific call for that.
You can use the GET /networks/{networkId}/devices/{serial}/lossAndLatencyHistory endpoint to get the packet loss info for a time period. The inverse of that is close to availability (depending on the availability calc you are going for ).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide