软件清单 - 许可证列表
此API列出与给定软件许可证关联的计算机及其详情,如购买数量等。
- 功能
- 检索给定软件的许可证。
- HTTP方法
- GET
- API URI
- api/1.4/inventory/license?swid={software_id}
响应数据
{ "message_response": { "total": 1, "limit": 25, "page": 1, "licenses": [ { "software_id": 14, "remarks": "--", "invoice_file_name": "--", "manufacturer_name": "Google Inc.", "mapped_resource_count": 1, "licensed_to": "", "license_name": "LicenseName_612", "license_canonical_path": "--", "display_name": "Google Chrome", "software_version": "46.0.2490.86", "manufacturer_id": 22, "license_id": 4, "license_key": "", "software_name": "Google Chrome", "purchase_date": 0, "expiry_date": 0, "invoice_canonical_path": "--", "license_file_name": "--", "no_of_copies": 1, "managed_sw_id": 14, "license_details_id": 4 } ] }, "status": "success", "message_version": "1.0", "message_type": "licenses" }
