清单许可证 - 关联计算机
此API列出与指定软件许可证关联的计算机及其详细信息。
- 功能
- 检索带有关联许可证的计算机
- HTTP 方法
- GET
- API URI
- api/1.4/inventory/computers?licid={license_id}
- 过滤器
- domainfilter={String}:
从 api/1.4/desktop/serverproperties 获取域列表
licensefilter={String}:
从 api/1.4/inventory/licenses?swid={softwareID} 中获取许可证列表,用于 license_id 参数
在消息响应中
响应数据
{ "message_response": { "total": 1, "limit": 25, "computers": [ { "computer_live_status": 1, "computer_description": "-", "model": "7597RD5", "no_of_processors": 1, "computer_status": "OK", "agent_logged_on_users": "Administrator,admin", "computer_status_update_time": 1450764296972, "boot_up_state": "Normal boot", "service_pack": "Service Pack 1", "branch_office_id": 301, "primary_owner_name": "sysadmin", "total_ram_memory": 6096744448, "servicetag": "S601TLP", "branch_office_name": "Intern Ds Remote", "manufacturer_name": "LENOVO", "license_name": "LicenseName_247", "os_version": "Windows 7 SP1 (x64)", "mac_address": "e8:9a:8f:3f:60:c8", "domain_netbios_name": "DESKTOPCENTRAL", "resource_id": 313, "system_type": "x64-based PC", "ip_address": "172.21.109.234", "resource_name": "DC-W7-5", "live_status_resource_id": 313, "software_name": "Windows 7 Professional Edition (x64)", "asset_tag": "-" } ], "page": 1 }, "status": "success", "message_version": "1.0", "message_type": "computers" }
