Inventory Software Metering


This API lists the software with metering enabled and their details like total run time in network etc.

  • Functionality
  • Retrieve the software metering rules list.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/inventory/swmeteringsummary

Response Data

 
{
"message_response": {
"total": 1,
"limit": 25,
"page": 1,
"swmeteringsummary": [
{
"rules_summary_app_definition_id": 1,
"file_version": "",
"product_name": "",
"app_definition_status": true,
"modified_time": 1449640432608,
"swm_discovered_count": 2,
"file_name": "firefox.exe",
"definition_name": "firefox",
"added_by": "admin",
"added_time": 1449640432608,
"modified_by": "admin",
"total_run_count": 12,
"original_file_name": "",
"app_definition_id": 1,
"customer_id": 1,
"comments": "",
"total_run_time": 1059712
}
]
},
"status": "success",
"message_version": "1.0",
"message_type": "swmeteringsummary"
}