mvs_list_assets
List discovered assets with vulnerability counts, filter or paginate results, and fetch assets missing patches to guide remediation.
Instructions
List discovered assets and their vulnerability counts.
Asset records use UPPERCASE field names (ASSET_ID, HOSTNAME, THREAT_RATING, VULN_CRITICAL_COUNT, ...). Note there are two parallel count families: SOFTWARE_VULN_*COUNT and VULN*_COUNT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (upstream default 100). | |
| sorts | No | Sort spec. | |
| offset | No | Page offset. | |
| filters | No | Filter objects, encoded for you. | |
| include_fields | No | Restrict returned columns. Strongly recommended -- asset inventories run to tens of thousands of rows. | |
| missing_patches_only | No | Query /assets-missing-patches instead of /assets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |