Deep Security Manager REST API

Path: / rest / widgets / antimalware / top5MalwareDetectedWidget

Get Top 5 detected Malware based on Top5MalwareDetectedWidget


Method Summary
ResourceDescription
GET /rest/widgets/antimalware/top5MalwareDetectedWidget?sID=…&timescale=…Get Top 5 detected Malware based on Top5MalwareDetectedWidget

Method Detail
HTTP Example:
GET /rest/widgets/antimalware/top5MalwareDetectedWidget?sID=…&timescale=…

API Example:

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

Get Top 5 detected Malware based on Top5MalwareDetectedWidget

Output:
CounterMalwareDetectedListing - a List of CounterMalwareDetectedListing, a collection of the top 5 detected malware.
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.