Computers under a software metering rule
inventory_computers_with_meteringRetrieve computers tracked by a software metering rule, including each computer's total run time, run count, and last used date for that software.
Instructions
Retrieves the computers tracked by a specific software metering rule (by app_definition_id from inventory_software_metering_summary), with per-computer usage: total run time, run count, and last used.
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. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| swMeRuleId | Yes | Software metering rule id (app_definition_id, from inventory_software_metering_summary). | |
| domainFilter | No | Filter by the NetBIOS domain the computer is mapped to. | |
| customGroupFilter | No | Filter by custom group name. | |
| branchOfficeFilter | No | Filter by the remote/branch office the computer is mapped to. |