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.4/inventory/licensesoftware
- Filters
- compliancestatusfilter={Numeric}:
0 - under licensed1 - over licensed2 - in compliance3 - expired-1 - Not available
- Response Parameters
-
sw_type:
1 - commercial2 - non - commercial0 - unidentifiedis_usage_prohibited:
1 - allowed2 - prohibited0 - not assigned
compliant_status::
0 - under licensed1 - over licensed2 - in compliance3 - 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.0", "message_type": "licensesoftware" }