业务理由摘要


此API用于列出所有终端使用的业务理由。

 

  • 功能
  • 用于检索终端使用的业务理由。
  • HTTP方法 
  • GET
  • API URI
  • api/1.4/reports/dlp/justificationreport
  • 过滤条件
  • justificationmsg={String}
    用于根据业务理由消息过滤业务理由报告记录。
  • 分页
  • page={Numeric}
    用于导航到特定页面。此字段表示当前页码。

    pagelimit={Numeric}
    用于指定每页显示的记录数。
  • 响应参数
  • resfileaudit.boundary_type
    表示边界类型。
    1 - 存储设备
    5 - 网络打印机
    6 - USB打印机
    8 - 网络域名
    16 - 邮件域名

    resfileaudit.event_type
    2 - 自我覆盖

    所有时间均为epoch长整型格式。

响应数据

 { 	"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 }