清查禁止软件
此API列出所有禁止软件及其详细信息,如安装次数等。
- 功能
- 获取禁止软件列表。
- HTTP 方法
- GET
- API URI
- api/1.4/inventory/prohibitedsw
- 需要身份验证令牌
- 是
- 分页
- 是
- 过滤器
uninstallsupportfilter={String} :
是 - 支持卸载
否 - 不支持卸载
installerformatfilter={Numeric} :
MSI - msi安装程序
EXE - exe安装程序
响应数据
{ "message_response": { "total": 1,"limit": 1,"page": 1,"prohibitedsw": [ { "is_uninstallable": "No","sw_type": 0,"silent_switch": "--","software_id": 107,"network_installations": "--","display_name": "TightVNC 2.0.2","software_version": "2.0.2","manufacturer_id": 42,"software_name": "TightVNC 2.0.2","is_usage_prohibited": 2,"installed_format": "EXE","managed_sw_id": 107,"managed_installations": 0} ]},"status": "success","message_version": "1.0","message_type": "prohibitedsw"}