Computers under a software license
inventory_computers_by_licenseFind all computers associated with a software license using its license_id. Returns license name and computer details for tracking and audits.
Instructions
Retrieves the computers associated with a specific software license (by license_id from inventory_licenses_list), with the license name 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. | |
| licId | Yes | license_id of the software license (from inventory_licenses_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 | Additional license_id filter (from inventory_licenses_list). |