Inventory Hardware - Computers


This API lists the computers with given hardware and details specific to that computer having the given hardware.

  • Functionality
  • Retrieve the hardware detected computers list.
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/computers?customerid={customer_id}&hwid={hardware_id}
  • Filters
  • domainFilter={String}:

    Get domain list from api/1.3/desktop/serverproperties

    branchOfficeFilter={String}:

    Get branch office list from api/1.3/desktop/serverproperties

    customGroupFilter={String}:

    Get custom group list from api/1.3/desktop/serverproperties
     
  • Response Parameters
  • live_status:

    1    -    Live
    2    -    Down
    3    -    Unkown

Response Data

 
{
"message_response": {
"total": 1,
"limit": 25,
"computers": [
{
"computer_live_status": 1,
"computer_description": "-",
"model": "Latitude E7440",
"no_of_processors": 1,
"computer_status": "OK",
"agent_logged_on_users": "xyz",
"computer_status_update_time": 1450766136090,
"boot_up_state": "Normal boot",
"branch_office_id": 1,
"shipping_date": 1417199400000,
"primary_owner_name": "admin",
"warranty_expiry_date": 1575055799000,
"total_ram_memory": 17080729600,
"servicetag": "68YFG32",
"branch_office_name": "Local Office",
"mac_address": "80:19:34:b1:c7:e0",
"domain_netbios_name": "ZOHOCORP",
"resource_id": 301,
"system_type": "x64-based PC",
"ip_address": "172.24.8.156",
"copies": 1,
"resource_name": "computer1",
"live_status_resource_id": 301,
"product_number": "",
"asset_tag": "-"
}
],
"page": 1
},
"status": "success",
"message_version": "1.3",
"message_type": "computers"
}