Inventory Computer - Installed Software List


This API lists the software installed in the given computer and its details like compliance status, access type etc .

  • Functionality
  • Retrieve the softwares installed in a computers.
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/installedsoftware?customerid={customer_id}&resid={resource_id}
  • Filters
  • licensetypefilter={Numeric}:

    1    -    commercial
    2    -    non - commercial
    0    -    unidentified

    accesstypefilter={Numeric}:

    1    -    allowed
    2    -    prohibited
    0    -    not assigned

    compliancestatusfilter={Numeric}:

    0      -    under licensed
    1      -    over licensed
    2      -    in compliance
    3      -    expired
    -1     -    Not available

    oscompatibilityfilter={String}:

    32-bit   - 32 Bit
    64-bit   - 64 Bit
  • Response Parameters
  • sw_type:

    1    -    commercial
    2    -    non - commercial
    0    -    unidentified

    is_usage_prohibited:

    1    -    allowed
    2    -    prohibited
    0    -    not assigned

    compliant_status:

    0      -    under licensed
    1      -    over licensed
    2      -    in compliance
    3      -    expired
    -1     -    Not available

Response Data

 
{
"message_response": {
"installedsoftware": [
{
"sw_usage_type": "dc.common.NOT_KNOWN",
"sw_type": 0,
"location": "Not known",
"compliant_status": "--",
"architecture": "32-bit",
"license_owner": "--",
"total_copies": "--",
"installed_date": 0,
"software_version": "15.0.0.239",
"domain": "--",
"user_component_id": "--",
"installed_users_login": "-",
"installed_format": "EXE",
"managed_sw_id": 1,
"remaining_copies": "--",
"managed_software_id": 1,
"uninstall_status": "--",
"uninstall_remarks": "--",
"software_id": 1,
"sw_category_name": "dc.image.nat.internet",
"manufacturer_name": "Adobe Systems Incorporated",
"user_name": "--",
"manufacturer_id": 12,
"software_name": "Adobe Flash Player 15 Plugin",
"is_usage_prohibited": 0,
"detected_time": 1449559311735,
"comments": "--"
}
],
"page": 1,
"total": 1,
"limit": 25
},
"status": "success",
"message_version": "1.3",
"message_type": "installedsoftware"
}