Deep Security Manager REST API

Path: / rest / widgets / network / payloadLogHistoryWidget

Get Intrusion Prevention events history data based on PayloadLogHistoryWidget


Method Summary
ResourceDescription
GET /rest/widgets/network/payloadLogHistoryWidget?sID=…&timescale=…Get Intrusion Prevention events history data based on PayloadLogHistoryWidget

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

API Example:

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

Get Intrusion Prevention events history data based on PayloadLogHistoryWidget

Output:
BarDataListing - a List of bar data
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.