public interface IEventAPI
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getPayloadLogsInMCP(java.lang.Long eventId,
java.lang.String eventIdOp,
java.lang.Integer maxItems,
java.lang.Integer header,
java.lang.String sID)
Get Payload Logs
|
javax.ws.rs.core.Response getPayloadLogsInMCP(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.