清点已授权软件
此API列出指定已授权软件的所有许可证及其详细信息
- 功能
- 获取软件许可证列表
- HTTP方法
- GET
- API URI
- api/1.4/inventory/licensesoftware
- 过滤器
- compliancestatusfilter={数字}:
0 - 授权不足1 - 超额授权2 - 合规3 - 已过期-1 - 不可用
- 响应参数
-
sw_type:
1 - 商业2 - 非商业0 - 未识别is_usage_prohibited:
1 - 允许2 - 禁止0 - 未分配
compliant_status::
0 - 授权不足1 - 超额授权2 - 合规3 - 已过期-1 - 不可用
响应数据
{ "message_response": { "total": 1, "limit": 25, "page": 1, "licensesoftware": [ { "software_compliance_description": "dc.common.OVER_LICENSED", "remaining_copies": 1, "sw_type": 1, "compliant_status": 1, "software_id": 14, "sw_category_name": "--", "installed_copies": 0, "manufacturer_name": "Google Inc.", "license_owner": "--", "total_copies": 1, "display_name": "Google Chrome", "software_version": "46.0.2490.86", "license_id": 4, "manufacturer_id": 22, "software_name": "Google Chrome", "is_multiple": false, "is_usage_prohibited": 2, "detected_time": 1449559311814, "comments": "--", "managed_installations": 0 } ] }, "status": "success", "message_version": "1.0", "message_type": "licensesoftware" }
