List hardware inventory
inventory_hardware_listRetrieve all hardware components detected across your network, including manufacturer, type, and installation counts. Filter by domain, office, or hardware type to get targeted inventory data.
Instructions
Retrieves all detected hardware components across the network with manufacturer, hardware type, and managed/network installation counts. Use inventory_filter_params for valid filter values.
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. | |
| domainFilter | No | Filter by the NetBIOS domain the computer is mapped to. | |
| branchOfficeFilter | No | Filter by the remote/branch office the computer is mapped to. | |
| hardwareTypeFilter | No | Filter by hardware type, e.g. "Bios", "Processor", "Disk Drive" (values from inventory_filter_params). | |
| manufacturerFilter | No | Filter by hardware manufacturer name (values from inventory_filter_params). |