Inventory Hardware
This API lists all the computer hardware and related details like managed install count, network install count etc.
- Functionality
- Retrieve the inventory hardware list.
- HTTP Method
- GET
- API URI
- api/1.4/inventory/hardware
- Auth Token Required
- Yes
- Paginated
- Yes
- Filters
-
domainfilter={String}:
Get domain list from api/1.4/desktop/serverproperties
branchofficefilter={String}:
Get branch office list from api/1.4/desktop/serverproperties
hardwaretypefilter={String}:
Get hardware type list from api/1.4/inventory/filterparams
manufacturerfilter={String}:
Get hardware manufacturer list from api/1.4/inventory/filterparams
Response Data
{ "message_response": { "total": 1, "limit": 1, "hardware": [ { "hardware_name": "BIOS Date: 08/28/14 21:14:22 Ver: A11.00", "hardware_id": 1, "hw_type_description": "Bios", "network_installations": 1, "manufacturer_name": "Dell Inc.", "tech_id": 1, "managed_installations": 1 } ], "page": 1 }, "status": "success", "message_version": "1.0", "message_type": "hardware" }