findings_list
Review diagnostic findings across the environment filtered by severity, category, or type. Identify misconfigurations and health rule hits with summarized results for operational issue tracking.
Instructions
[READ] List Operations diagnostic findings, optionally filtered.
Use this to review current diagnostic findings (misconfigurations, health rule hits) across the environment. Filters are comma-separated strings; omit a filter to match all. Returns finding summaries (rule_uuid, name, severity, category, finding_type, affected_objects_count) in the paginated envelope. Note: these are general operational findings, NOT compliance benchmark results — for hardening/compliance use vmware-harden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max findings to return (default 50; None returns all). | |
| target | No | Aria/VCF Operations target name from config; default when omitted. | |
| categories | No | Comma-separated category filter. | |
| severities | No | Comma-separated severity filter, e.g. "CRITICAL,WARNING". | |
| finding_types | No | Comma-separated findingType filter. |