资产汇总
此API列出资产模块的各种汇总信息,如操作系统汇总、许可证汇总等
- 功能
- 获取资产模块的汇总信息
- HTTP方法
- GET
- API URI
- api/1.4/inventory/allsummary
响应数据
{ "message_response": { "allsummary": { "software_compliance_summary": { "license_in_compliance": "1", "expired_license": "0", "over_licensed": "3", "under_licensed": "1" }, "warranty_summary": { "unidentified": "0", "expired_warranty": "1", "warranty_in_compliance": "2" }, "audit_summary": { "scan_failed": "0", "not_scanned": "0", "scan_success": "4" }, "computer_by_os": { "Mac OS X": "1", "Windows 8": "1", "Windows 7": "2" }, "software_summary": { "non_commercial_software": "0", "total_software": "485", "prohibited_software": "49", "commercial_software": "7" } } }, "status": "success", "message_version": "1.0", "message_type": "allsummary" }
