fleet_incidents
Roll up active RCA incidents from multiple sites to reveal fleet-wide top causes, affected sites, and incident totals. Read-only aggregation, 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 |