清点禁止软件 - 发现的计算机
此 API 列出检测到指定禁止软件的计算机及其详细信息,如禁止软件请求次数等。
- 功能
- 获取安装禁止软件的计算机列表
- HTTP 方法
- GET
- API URI
- api/1.4/inventory/computers?prohibitedswid={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": "C:\Program Files (x86)\Git\", "no_of_processors": 1, "rejected_prohibited_count": 0, "computer_status": "OK", "architecture": "32-bit", "prohibited_sw_resource_id": 301, "total_prohibited_count": 12, "agent_logged_on_users": "admin", "computer_status_update_time": 1450766136090, "installed_date": 1435170600000, "approved_prohibited_count": 0, "boot_up_state": "Normal boot", "software_version": "1.9.5-preview20150319", "branch_office_id": 1, "domain": "--", "not_requested_count": 12, "user_component_id": "--", "primary_owner_name": "admin", "uninstall_remarks": "--", "uninstall_status": "--", "total_ram_memory": 17080729600, "branch_office_name": "Local Office", "servicetag": "68YFG32", "last_sync_time": 1450767897942, "last_successful_scan": 1450766154943, "mac_address": "80:19:34:b1:c7:e0", "display_name": "Git version 1.9.5-preview20150319", "resource_id": 301, "domain_netbios_name": "ZOHOCORP", "user_name": "--", "ip_address": "172.24.8.156", "system_type": "x64-based PC", "resource_name": "xyzcomputer", "total_requested_count": 0, "computer_resource_id": 301, "pending_approval_count": 0, "software_name": "Git version 1.9.5-preview20150319", "asset_tag": "-" } ], "page": 1 }, "status": "success", "message_version": "1.0", "message_type": "computers" }
