Inventory Licensed Software


This API lists all the licenses for given Licensed Software and their details

  • Functionality
  • Retrieve the software licenses list
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/inventory/licensesoftware?customerid={customer_id}
  • Filters
  • compliancestatusfilter={Numeric}:

    0      -    under licensed
    1      -    over licensed
    2      -    in compliance
    3      -    expired
    -1     -    Not available
  • 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": {
"total": 1,
"limit": 25,
"page": 1,
"licensesoftware": [
{
"software_compliance_description": "dc.common.OVER_LICENSED",
"remaining_copies": 1,
"sw_type": 1,
"compliant_status": 1,
"software_id": 14,
"sw_category_name": "--",
"installed_copies": 0,
"manufacturer_name": "Google Inc.",
"license_owner": "--",
"total_copies": 1,
"display_name": "Google Chrome",
"software_version": "46.0.2490.86",
"license_id": 4,
"manufacturer_id": 22,
"software_name": "Google Chrome",
"is_multiple": false,
"is_usage_prohibited": 2,
"detected_time": 1449559311814,
"comments": "--",
"managed_installations": 0
}
]
},
"status": "success",
"message_version": "1.3",
"message_type": "licensesoftware"
}