public interface IEventAPI
| Modifier and Type | Method and Description |
|---|---|
AntiMalwareEvent |
getAntiMalwareEvent(java.lang.Long eventId,
java.lang.String sID)
Get AntiMalware with specific event id.
|
AntiMalwareEventListing |
getAntiMalwareEvents(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.String sID)
Get AntiMalware events
|
javax.ws.rs.core.Response |
getAntiMalwareEventsInMCP(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.Integer header,
java.lang.String sID)
Get AntiMalware events
|
WebReputationEvent |
getWebReputationEvent(java.lang.Long eventId,
java.lang.String sID)
Get Web Reputation event with specific event id.
|
WebReputationEventListing |
getWebReputationEvents(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.String sID)
Get Web Reputation events
|
javax.ws.rs.core.Response |
getWebReputationEventsInMCP(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.Integer header,
java.lang.String sID)
Get Web Reputation events
|
WebReputationEvent getWebReputationEvent(java.lang.Long eventId, java.lang.String sID) throws java.lang.Exception
eventId - the event id to fetchsID - session IDjava.lang.ExceptionWebReputationEventListing getWebReputationEvents(java.lang.Long eventId, java.lang.String eventIdOp, java.lang.Integer maxItems, java.lang.String sID) throws java.lang.Exception
eventId - the event id to query for events. Combined with eventIdOp, the returning events can be filtered according to the id.eventIdOp - defined the events to return. Currently supported operations include gt(greater than), ge(greater than or equal to), eq(eqaul to), lt(less than), and le(less than or equal to).maxItems - the maximum events to returnsID - session ID.java.lang.Exceptionjavax.ws.rs.core.Response getWebReputationEventsInMCP(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.Integer header,
java.lang.String sID)
throws java.lang.Exception
eventId - the event id to query for events. Combined with eventIdOp, the returning events can be filtered according to the id.eventIdOp - defined the events to return. Currently supported operations include gt(greater than), ge(greater than or equal to), eq(eqaul to), lt(less than), and le(less than or equal to).maxItems - the maximum events to returnsID - session ID.java.lang.ExceptionAntiMalwareEvent getAntiMalwareEvent(java.lang.Long eventId, java.lang.String sID) throws java.lang.Exception
eventId - the event id to fetchsID - session IDjava.lang.ExceptionAntiMalwareEventListing getAntiMalwareEvents(java.lang.Long eventId, java.lang.String eventIdOp, java.lang.Integer maxItems, java.lang.String sID) throws java.lang.Exception
eventId - the event id to query for events. Combined with eventIdOp, the returning events can be filtered according to the id.eventIdOp - defined the events to return. Currently supported operations include gt(greater than), ge(greater than or equal to), eq(eqaul to), lt(less than), and le(less than or equal to).maxItems - the maximum events to returnsID - session ID.java.lang.Exceptionjavax.ws.rs.core.Response getAntiMalwareEventsInMCP(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.Integer header,
java.lang.String sID)
throws java.lang.Exception
eventId - the event id to query for events. Combined with eventIdOp, the returning events can be filtered according to the id.eventIdOp - defined the events to return. Currently supported operations include gt(greater than), ge(greater than or equal to), eq(eqaul to), lt(less than), and le(less than or equal to).maxItems - the maximum events to returnsID - session ID.java.lang.ExceptionCopyright © 2015 Trend Micro Inc. All Rights Reserved.