get_host_software
Get a host's software fingerprint
The detected software of a host across ALL its roles: vendor, version and hosting per role, each with its confidence tier, first-seen timestamp and the structured evidence that fired. ?at= returns point-in-time state.
The version axis adds release staleness (issue #798): latest_release (the newest stable upstream release of the product LANE — oxalis has three independent lanes, so the comparison is never one "latest Oxalis"), lag (releases_behind, days_behind, and an exactness of exact / at_least for a floor reading such as >=8.1.0, measured against the floor version / unknown for a snapshot or a version no lane claims) and advisories (CVSS severity counts plus the matching advisory ids). All three are NULL when the engine tracks no upstream lane; advisories alone is NULL when the lane publishes no advisory feed, and all-zero counts mean tracked and clean, which is a different statement. Market tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Point-in-time ISO 8601 instant; omitted returns current state. | |
| hostname | Yes | The host's fully-qualified hostname. |