Inventory Computer - Detail Summary


This API gives the hardware summary, software summary, asset summary, disk usage and OS summary for a given computer.

  • Functionality
  • Retrieve the computer detail summary list.
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/compdetailssummary?customerid={customer_id}&resid={resource_id}

Response Data

 
{
"message_response": {
"compdetailssummary": {
"computer_network_adapter_summary": [
{
"mac_address": "80:19:34:B1:C7:E0",
"dhcp_server": "192.168.100.14",
"ip_address": "172.24.8.156, fe80::2d17:2f05:bbf1:606c",
"gateway": "172.24.0.1",
"dhcp_status": "Enabled",
"adapter_name": "[00000016] Intel(R) Dual Band Wireless-AC 7260"
}
],
"computer_summary": {
"computer_name": "xyz",
"primary_owner": "admin",
"domain_name": "ZOHOCORP"
},
"computer_os_summary": {
"os_name": "Windows 7 Professional Edition (x64)",
"product_id": "2222-OEM-3333-3333",
"os_cd_key": "XXXX-XXX-XXX-XXX-XXX",
"registered_to": "admin",
"os_version": "Windows 7 SP1 (x64)"
},
"computer_hardware_summary": {
"device_manufacturer": "Dell",
"device_model": "Latitude E7440",
"device_type": "Laptop",
"warranty_expiry_date": "Nov 30, 2019",
"processor": "Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz",
"product_number": "--",
"shipping_date": "Nov 29, 2014",
"memory": "16289",
"serial_number": "68YFX32"
},
"asset_summary": {
"total_software": "97",
"prohibited_software": "10",
"total_hardware": "24",
"commercial_software": "8",
"noncommercial_software": "0"
},
"computer_disk_summary": {
"free_space": "218",
"percent_used": "26.845638",
"total_size": "298",
"used_space": "80",
"percent_free": "73.154366"
}
}
},
"status": "success",
"message_version": "1.3",
"message_type": "compdetailssummary"
}