Assess fleet health
assess_fleet_healthRun a read-only diagnostic sweep over sampled AWS IoT things to check shadow freshness, desired-vs-reported convergence, certificate status, expiry, and connectivity; returns worst-first findings.
Instructions
Diagnostic sweep over a sample of things. For each one it checks shadow freshness, desired-vs-reported convergence, certificate status and expiry, and connectivity when the fleet index provides it, then returns findings ranked worst-first with a per-code summary. Read-only and non-prescriptive: it reports what is wrong and never changes anything. Give it either an explicit list of thing names or a fleet-index query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Fleet-index query selecting the things to inspect, e.g. thingName:gw-* | |
| max_things | No | Sample ceiling. Clamped by server policy. | |
| shadow_name | No | Inspect this named shadow instead of the classic one. | |
| thing_names | No | Explicit things to inspect. Mutually exclusive with query. | |
| include_certificates | No | Inspect certificates too. Default true. Costs 1-2 extra API calls per thing. |