Enterprise Perimeter Requests


This API is for listing all the false positives in enterprise perimeter reported by the endpoints.

 

  • Functionality
  • To retrieve false positives reported in enterprise perimeter by the endpoints.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/reports/dlp/networkcbfpreport
  • Filters
  • boundarytype={number}
    This is to filter false positive report records based on boundary type.
    1 - Storage devices
    5 - Network printers
    6 - USB printers
    8 - Web domains
    16 - Email domains
  • 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
  • resourcecount
    This denotes the number of endpoints from which the false positives are raised.

    All times are in epoch long format.

Response Data

 { 	"message_type": "dlp", 	"message_response": { 		"total": 4, 		"limit": 25, 		"dlp": [ 			{ 				"boundary_value": "Canon E470 series (Copy 1)", 				"resourcecount": 1 			}, 			{ 				"boundary_value": "filebin.net", 				"resourcecount": 3 			}, 			{ 				"boundary_value": "gmail.com", 				"resourcecount": 1 			}, 			{ 				"boundary_value": "USBSTOR\\DISK&VEN_SONY&PROD_STORAGE_MEDIA&REV_PMAP\\7C2B00874503A24E22&0", 				"resourcecount": 1 			} 		], 		"page": 1 	}, 	"message_version": "1.4", 	"status": "success", 	"response_code": 200 }