list_host_software
List all hosts' software (Market)
Every host with open software fingerprint rows, one row per (hostname, role) with the vendor / version / hosting axes folded in (value, tier, first-seen; plus vendor variant and version kind). The evidence blob is omitted to keep the list lean — it stays on the per-host resource. Cursor-paginated on the stable (hostname, role) order; optional vendor= filter.
The version axis also carries release staleness (issue #798): latest_release (the newest stable upstream release of the product lane), lag (releases_behind, days_behind, exactness) and advisories (CVSS severity counts plus ids). All three are NULL when the engine tracks no upstream lane at all, and advisories alone is NULL when the lane publishes no advisory feed — null is not zero. A TRACKED engine whose detected version matches none of its lanes keeps lag with exactness: "unknown" and null counts, so it stays distinguishable from an untracked one. Market tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, clamped to [1, 200]. Defaults to 50. | |
| cursor | No | Opaque pagination cursor returned as `next_cursor` by the previous page. | |
| vendor | No | Keep only rows whose open vendor axis exactly equals this value. |