软件清单 - 计算机
此API列出安装了指定软件的计算机。
- 功能
- 获取已安装软件的计算机列表。
- HTTP方法
- GET
- API URI
- api/1.4/inventory/computers?swid={software_id}
- 过滤器
- domainfilter={String}:
从api/1.4/desktop/serverproperties获取域列表
branchofficefilter={String}:
从api/1.4/desktop/serverproperties获取分支机构列表
customgroupfilter={String}:
从api/1.4/desktop/serverproperties获取自定义组列表
livestatusfilter={Numeric}:
1 - 在线
2 - 离线
3 - 未知
oscompatibilityfilter={String}:
32-bit - 32位操作系统
64-bit - 64位操作系统
- 响应参数
- live_status:
1 - 在线
2 - 离线
3 - 未知
响应数据
{ "message_response": { "total": 1,"limit": 25,"computers": [ { "computer_live_status": 1,"sw_usage_type": "dc.common.NOT_KNOWN","computer_description": "-","model": "Latitude E7440","os_platform": 1,"location": "Not known","no_of_processors": 1,"computer_status": "OK","architecture": "32-bit","agent_logged_on_users": "admin","installed_date": 0,"computer_status_update_time": 1450766136090,"boot_up_state": "Normal boot","software_version": "15.0.0.239","branch_office_id": 1,"domain": "--","user_component_id": "--","primary_owner_name": "admin","uninstall_remarks": "--","uninstall_status": "--","total_ram_memory": 17080729600,"servicetag": "68YFG32","branch_office_name": "Local Office","last_sync_time": 1450767897942,"last_successful_scan": 1450766154943,"mac_address": "80:19:34:b1:c7:e0","display_name": "Adobe Flash Player 15 Plugin","resource_id": 301,"domain_netbios_name": "ZOHOCORP","user_name": "--","ip_address": "172.24.8.156","system_type": "x64-based PC","resource_name": "computer1","computer_resource_id": 301,"software_name": "Adobe Flash Player 15 Plugin","asset_tag": "-"} ],"page": 1},"status": "success","message_version": "1.0","message_type": "computers"}