Enterprise Apps


This API is for listing all the applications deployed on the network.

 

  • Functionality
  • To retrieve all the enterprise apps and their custom group association count.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/reports/dlp/networkproductreportapi/1.4/reports/dlp/networkproductreport
  • Paging
  • page={Numeric}
    This is for navigating to specific pages. This field denotes the current page.

    pagelimit={Numeric}
    This is to specify the number of records to be displayed per page.
  • Response Parameters
  • cgcount
    This denotes the number of custom group to which the app is associated.

    All times are in epoch long format.

Response Data

 { 	"message_type": "dlp", 	"message_response": { 		"total": 9, 		"limit": 25, 		"dlp": [ 			{ 				"cgcount": 2, 				"acpproductdetails.product_name": "Brave Browser" 			}, 			{ 				"cgcount": 3, 				"acpproductdetails.product_name": "Firefox" 			}, 			{ 				"cgcount": 3, 				"acpproductdetails.product_name": "Google Chrome" 			} 		], 		"page": 1 	}, 	"message_version": "1.4", 	"status": "success", 	"response_code": 200 }