Inventario de hardware
Esta API enumera todo el hardware de la computadora y los detalles relacionados, como el recuento de instalaciones administradas, el recuento de instalaciones de red, etc.
- Funcionalidad
- Recuperar la lista de hardware del inventario.
- Método HTTP
- GET
- URI de API
- api/1.4/inventory/hardware
- Token de autenticación requerido
- Sí
- Paginado
- Sí
- Filtros
- 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
Datos de respuesta
{ "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" }

