Deep Security Manager REST API

Path: / rest / widgets / network / top5PacketsPreventedWidget

Get Top 5 prevented firewall activity based on Top5PacketsPreventedWidget


Method Summary
ResourceDescription
GET /rest/widgets/network/top5PacketsPreventedWidget?sID=…&timescale=…Get Top 5 prevented firewall activity based on Top5PacketsPreventedWidget

Method Detail
HTTP Example:
GET /rest/widgets/network/top5PacketsPreventedWidget?sID=…&timescale=…

API Example:

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

Get Top 5 prevented firewall activity based on Top5PacketsPreventedWidget

Output:
CounterPacketListing - a List of CounterPacketElement, a collection of the top 5 firewall activity.
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.