Justification Summary


This API is for listing all the business justifications used by the endpoints.

 

  • Functionality
  • To retrieve the business justifications used by the endpoints.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/reports/dlp/justificationreport
  • Filters
  • justificationmsg={String}
    This is to filter business justification report records based on Justification message.
  • 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
  • resfileaudit.boundary_type
    This denotes the boundary type.
    1 - Storage devices
    5 - Network printers
    6 - USB printers
    8 - Web domains
    16 - Email domains

    resfileaudit.event_type
    2 - Self Override

    All times are in epoch long format.

Response Data

 { 	"message_type": "dlp", 	"message_response": { 		"total": 19, 		"limit": 25, 		"dlp": [ 			{ 				"event_type": 2, 				"override_comment": "--", 				"boundary_value": "localhost", 				"justication_value": "Approved by the manager", 				"boundary_type": 8, 				"event_time": 1714999955026 			}, 			{ 				"event_type": 2, 				"override_comment": "Personal Reason", 				"boundary_value": "filebin.net", 				"justication_value": "Others", 				"boundary_type": 8, 				"event_time": 1699273098000 			}, 			{ 				"event_type": 2, 				"override_comment": "--", 				"boundary_value": "filebin.net", 				"justication_value": "Personal Documents", 				"boundary_type": 8, 				"event_time": 1699273086000 			} 		], 		"page": 1 	}, 	"message_version": "1.4", 	"status": "success", 	"response_code": 200 }