Inventory Software - Computers


This API lists the computers in which given software is installed.

  • Functionality
  • Retrieve the software installed computers list.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/inventory/computers?swid={software_id}
  • Filters
  • domainfilter={String}:

      Get domain list from api/1.4/desktop/serverproperties

    branchofficefilter={String}:
     
    Get branch office list from api/1.4/desktop/serverproperties

    customgroupfilter={String}:

    Get custom group list from api/1.4/desktop/serverproperties

    livestatusfilter={Numeric}:

    1    -    live
    2    -    down
    3    -    unknown

    oscompatibilityfilter={String}:

    32-bit - 32 bit OS
    64-bit - 64 bit OS
  • Response Parameters
  • live_status:

    1    -    Live
    2    -    Down
    3    -    Unkown

Response Data

 
{
"message_response": {
"total": 1,
"limit": 25,
"computers": [
{
"computer_live_status": 1,
"sw_usage_type": "dc.common.NOT_KNOWN",
"computer_description": "-",
"model": "Latitude E7440",
"os_platform": 1,
"location": "Not known",
"no_of_processors": 1,
"computer_status": "OK",
"architecture": "32-bit",
"agent_logged_on_users": "admin",
"installed_date": 0,
"computer_status_update_time": 1450766136090,
"boot_up_state": "Normal boot",
"software_version": "15.0.0.239",
"branch_office_id": 1,
"domain": "--",
"user_component_id": "--",
"primary_owner_name": "admin",
"uninstall_remarks": "--",
"uninstall_status": "--",
"total_ram_memory": 17080729600,
"servicetag": "68YFG32",
"branch_office_name": "Local Office",
"last_sync_time": 1450767897942,
"last_successful_scan": 1450766154943,
"mac_address": "80:19:34:b1:c7:e0",
"display_name": "Adobe Flash Player 15 Plugin",
"resource_id": 301,
"domain_netbios_name": "ZOHOCORP",
"user_name": "--",
"ip_address": "172.24.8.156",
"system_type": "x64-based PC",
"resource_name": "computer1",
"computer_resource_id": 301,
"software_name": "Adobe Flash Player 15 Plugin",
"asset_tag": "-"
}
],
"page": 1
},
"status": "success",
"message_version": "1.0",
"message_type": "computers"
}