企业网络域


此API用于列出部署在网络上的所有网络域。

 

  • 功能
  • 获取所有网络域及其自定义组关联数量。
  • HTTP方法 
  • GET
  • API URI
  • api/1.4/reports/dlp/networkwebdomainreport
  • 分页
  • page={数字}
    用于导航到特定页面。此字段表示当前页码。

    pagelimit={数字}
    用于指定每页显示的记录数。
  • 响应参数
  • cgcount
    表示该网络域关联的自定义组数量。

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

响应数据

 { 	"message_type": "dlp", 	"message_response": { 		"total": 1, 		"limit": 25, 		"dlp": [ 			{ 				"dlpwebdomains.web_domain_val": "filebin.net", 				"cgcount": 5 			} 		], 		"page": 1 	}, 	"message_version": "1.4", 	"status": "success", 	"response_code": 200 }