- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dashboard API for device availability.
Is there any api for getting the info for device availability?
Solved! Go to solution.
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ).
