Inventory Prohibited Software - Detected Computers


This API lists the computers in which the given prohibited software is detected and their details like prohibited software requested count etc.

  • Functionality
  • Retrieve the prohibited software installed computers list
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/computers?customerid={customer_id}&prohibitedswid={software_id}
  • Auth Token Required
  • Yes
  • Paginated
  • Yes
  • 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

    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": "C:\Program Files (x86)\Git\",
"no_of_processors": 1,
"rejected_prohibited_count": 0,
"computer_status": "OK",
"architecture": "32-bit",
"prohibited_sw_resource_id": 301,
"total_prohibited_count": 12,
"agent_logged_on_users": "admin",
"computer_status_update_time": 1450766136090,
"installed_date": 1435170600000,
"approved_prohibited_count": 0,
"boot_up_state": "Normal boot",
"software_version": "1.9.5-preview20150319",
"branch_office_id": 1,
"domain": "--",
"not_requested_count": 12,
"user_component_id": "--",
"primary_owner_name": "admin",
"uninstall_remarks": "--",
"uninstall_status": "--",
"total_ram_memory": 17080729600,
"branch_office_name": "Local Office",
"servicetag": "68YFG32",
"last_sync_time": 1450767897942,
"last_successful_scan": 1450766154943,
"mac_address": "80:19:34:b1:c7:e0",
"display_name": "Git version 1.9.5-preview20150319",
"resource_id": 301,
"domain_netbios_name": "ZOHOCORP",
"user_name": "--",
"ip_address": "172.24.8.156",
"system_type": "x64-based PC",
"resource_name": "xyzcomputer",
"total_requested_count": 0,
"computer_resource_id": 301,
"pending_approval_count": 0,
"software_name": "Git version 1.9.5-preview20150319",
"asset_tag": "-"
}
],
"page": 1
},
"status": "success",
"message_version": "1.3",
"message_type": "computers"
}