Enterprise Devices


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

 

  • Functionality
  • To retrieve the all the devices and their custom group association count.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/reports/dlp/networkdevicereport
  • 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 device is associated.

    All times are in epoch long format.

Response Data

 { 	"message_type": "dlp", 	"message_response": { 		"total": 2556, 		"limit": 25, 		"dlp": [ 			{ 				"device_instance_path": "'--" 			}, 			{ 				"device_instance_path": "'--0_1389" 			}, 			{ 				"device_instance_path": "'--0_1908" 			}, 			{ 				"device_instance_path": "'--0_456" 			}, 			{ 				"device_instance_path": "'--100_1991" 			} 		], 		"page": 1 	}, 	"message_version": "1.4", 	"status": "success", 	"response_code": 200 }