Deep Security Manager REST API

Path: / rest / widgets / logInspection / top5LogInspectionRulesWidget

Get Top 5 Reasons for Log Inspection Events


Method Summary
ResourceDescription
GET /rest/widgets/logInspection/top5LogInspectionRulesWidget?sID=…&timescale=…Get Top 5 Reasons for Log Inspection Events

Method Detail
HTTP Example:
GET /rest/widgets/logInspection/top5LogInspectionRulesWidget?sID=…&timescale=…

API Example:

IWidgetsAPI.getTop5LogInspectionRulesWidget({'sID': /* sID session ID. */,
  'timescale': /* timescale 1 - last 7 days; 2 - last 24 hours; */});

Get Top 5 Reasons for Log Inspection Events

Output:
CounterLogInspectionRuleListing - a List of CounterLogInspectionElement, a collection of the top 5 Reasons for Log Inspection Events.
Query parameters:
sID - session ID.
timescale - 1 - last 7 days; 2 - last 24 hours;
Produces:
application/json
application/xml

Copyright © 2015 Trend Micro Inc. All Rights Reserved.