Computers with a specific software
inventory_computers_by_softwareFind computers with a specific software installed, including install date, version, and computer details, using its software ID.
Instructions
Retrieves the computers on which a specific software (by software_id from inventory_software_list) is installed, with install date, version, and computer details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each row instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| swId | Yes | software_id of the software (from inventory_software_list). | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| domainFilter | No | Filter by the NetBIOS domain the computer is mapped to. | |
| liveStatusFilter | No | Filter by computer live status: 1 live, 2 down, 3 unknown. | |
| customGroupFilter | No | Filter by custom group name. | |
| branchOfficeFilter | No | Filter by the remote/branch office the computer is mapped to. | |
| osCompatibilityFilter | No | Filter by OS architecture: "32-bit" or "64-bit". |