Inventory License - Associated Computers


This API lists the computers associated with given software license and its details.

  • Functionality
  • Retrieve the computers with associated license
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/computers?customerid={customer_id}&licid={license_id}
  • Filters
  • domainfilter={String}:

    Get domain list from api/1.3/desktop/serverproperties

    licensefilter={String}:

    Get License List from api/1.3/api/1.3/inventory/licenses?swid={softwareID} in license_id parameter
    inside message response

Response Data

  •  
    {
    "message_response": {
    "total": 1,
    "limit": 25,
    "computers": [
    {
    "computer_live_status": 1,
    "computer_description": "-",
    "model": "7597RD5",
    "no_of_processors": 1,
    "computer_status": "OK",
    "agent_logged_on_users": "Administrator,admin",
    "computer_status_update_time": 1450764296972,
    "boot_up_state": "Normal boot",
    "service_pack": "Service Pack 1",
    "branch_office_id": 301,
    "primary_owner_name": "sysadmin",
    "total_ram_memory": 6096744448,
    "servicetag": "S601TLP",
    "branch_office_name": "Intern Ds Remote",
    "manufacturer_name": "LENOVO",
    "license_name": "LicenseName_247",
    "os_version": "Windows 7 SP1 (x64)",
    "mac_address": "e8:9a:8f:3f:60:c8",
    "domain_netbios_name": "DESKTOPCENTRAL",
    "resource_id": 313,
    "system_type": "x64-based PC",
    "ip_address": "172.21.109.234",
    "resource_name": "DC-W7-5",
    "live_status_resource_id": 313,
    "software_name": "Windows 7 Professional Edition (x64)",
    "asset_tag": "-"
    }
    ],
    "page": 1
    },
    "status": "success",
    "message_version": "1.3",
    "message_type": "computers"
    }