fleet_incidents
Roll up site-level RCA incidents to compute total incidents, affected sites, and top fleet-wide root causes. Read-only, no device I/O.
Instructions
[READ][risk=low] Roll up active RCA incidents across sites → fleet-wide top causes.
Aggregates the incidents each site reports into a fleet picture: how many incidents, which sites
are affected, and the most common root causes across the whole fleet. Read-only; no device I/O.
Args:
sites: Per-site reports carrying incidents: [{site, incidents:[{cause|primary_cause,
confidence?}]}].
Returns dict: {total_incidents, sites_with_incidents, affected_sites[], top_causes[]}.
Example: fleet_incidents(sites=[{"site":"plant-sh","incidents":[{"cause":"network"}]}]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes |