Aerovy Platform logo

Overview

The landing dashboard: fleet-wide health at a glance.

The Overview is the landing page of the console. It summarizes the health of everything in your organization: counts of sites, fleets, devices, and monitors, the location of your sites and fleets, a breakdown of devices by online state, monitor health and data coverage, and a list of every device.

A time-range selector sets the window for device state and, where enabled, transaction volume.

The console Overview dashboard

Configuration

Time range

Sets the window for device state and transaction volume.

OptionMeaning
Past DayLast 24 hours
TodaySince midnight
YesterdayThe previous day
Past WeekLast 7 days (default)
Year to dateSince Jan 1
Custom rangePick start and end, with a UTC / Local timezone toggle

Devices table

Lists every device, sorted by most recent event first.

States

Device state

Each device resolves to one of four states from its last event time and reporting interval.

StateLabel in UIMeaning
onlineOnlineLast event arrived within the reporting interval
offlineOfflineNo event within the reporting interval
unknownDeployedNo reporting interval set, so freshness can't be judged
uninitializedUninitializedDevice has never reported an event

The reporting interval defaults to 60 minutes when the device doesn't define one. If device data fails to load, every device falls back to Deployed (unknown).

Monitor health

The monitor summary card rolls every monitor up into two independent dimensions.

Health state

StateMeaning
HEALTHYCondition is satisfied
WARNINGCondition is in a warning band
UNHEALTHYCondition is breached

Data state

StateMeaning
COMPLETE_DATAAll expected data is present
MISSING_DATASome expected data is missing
NO_DATANo data is arriving

The card also shows the total monitor count and the time the summary was last calculated.

API

The Overview only reads data (send your API key in the X-Api-Key header; a read scope covers all of it).

  • Device, site, and fleet counts come from the standard list endpoints (GET /v2/things, GET /v2/sites, GET /v2/fleets) documented on the Devices, Sites, and Fleets pages.
  • Per-device online/offline state derives from each device's last event time (GET /v2/things/{thingId}/latest-event-time).

An org-wide monitor health and data-state summary endpoint is coming soon to the v2 API. A Place's monitor count is available through GET /v2/sites/{placeId}/monitor/count and GET /v2/fleets/{placeId}/monitor/count.