List software installed on a computer
inventory_installed_software_listRetrieve installed software on a specific computer, including version, manufacturer, and license compliance status, to audit usage and identify prohibited applications.
Instructions
Retrieves the software installed on a specific computer with version, manufacturer, category, install format, license/compliance status, and whether usage is prohibited.
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. | |
| resId | Yes | resource_id of the computer (from som_computers_list or inventory_scan_computers_list). | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| accessTypeFilter | No | Filter by software access type: 0 not assigned, 1 allowed, 2 prohibited. | |
| licenseTypeFilter | No | Filter by license type: 0 unidentified, 1 commercial, 2 non-commercial. | |
| osCompatibilityFilter | No | Filter by OS architecture: "32-bit" or "64-bit". | |
| complianceStatusFilter | No | Filter by license compliance status: 0 under-licensed, 1 over-licensed, 2 in compliance, 3 expired, -1 not available. |