Inventario de Computadores - Lista de Software Instalado
Esta API enumera el software instalado en la computadora dada y sus detalles como el estado de cumplimiento, el tipo de acceso, etc.
- Funcionalidad
- Recuperar los programas instalados en una computadora.
- Método HTTP
- GET
- URI de API
- api/1.4/inventory/installedsoftware?resid={resource_id}
- Filtros
- licensetypefilter={Numeric}:
1 - commercial
2 - non - commercial
0 - unidentified
accesstypefilter={Numeric}:
1 - allowed
2 - prohibited
0 - not assigned
compliancestatusfilter={Numeric}:
0 - under licensed
1 - over licensed
2 - in compliance
3 - expired
-1 - Not available
oscompatibilityfilter={String}:
32-bit - 32 Bit
64-bit - 64 Bit
- Response Parameters
- sw_type:
1 - commercial
2 - non - commercial
0 - unidentified
is_usage_prohibited:
1 - allowed
2 - prohibited
0 - not assigned
compliant_status:
0 - under licensed
1 - over licensed
2 - in compliance
3 - expired
-1 - Not available
Datos de respuesta
{ "message_response": { "installedsoftware": [ { "sw_usage_type": "dc.common.NOT_KNOWN","sw_type": 0,"location": "Not known","compliant_status": "--","architecture": "32-bit","license_owner": "--","total_copies": "--","installed_date": 0,"software_version": "15.0.0.239","domain": "--","user_component_id": "--","installed_users_login": "-","installed_format": "EXE","managed_sw_id": 1,"remaining_copies": "--","managed_software_id": 1,"uninstall_status": "--","uninstall_remarks": "--","software_id": 1,"sw_category_name": "dc.image.nat.internet","manufacturer_name": "Adobe Systems Incorporated","user_name": "--","manufacturer_id": 12,"software_name": "Adobe Flash Player 15 Plugin","is_usage_prohibited": 0,"detected_time": 1449559311735,"comments": "--" } ],"page": 1,"total": 1,"limit": 25 },"status": "success","message_version": "1.0","message_type": "installedsoftware" }

