Computers with a licensed software
inventory_computers_by_licensed_softwareRetrieve computers associated with a licensed software by ID, including the license mapped to each computer. Useful for tracking software license usage.
Instructions
Retrieves the computers associated with a specific licensed software (by licensed software id from inventory_license_software_list), including which license each computer maps to.
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. | |
| licSwId | Yes | software_id of the licensed software (from inventory_license_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. | |
| licenseFilter | No | Filter to one license by its license_id (from inventory_licenses_list). |