Computers with a specific hardware
inventory_computers_by_hardwareFind computers that contain a specific hardware component (by hardware ID), with details like model, service tag, RAM, and warranty.
Instructions
Retrieves the computers that have a specific hardware component (by hardware_id from inventory_hardware_list), with model, service tag, RAM, warranty, 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. | |
| hwId | Yes | hardware_id of the hardware component (from inventory_hardware_list). | |
| 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. | |
| 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. |