@Path(value="/streams/{streamid}/alerts/{alertId}/history")
public class AlarmCallbackHistoryResource
extends RestResource
objectMapper, userService| Constructor and Description |
|---|
AlarmCallbackHistoryResource(AlarmCallbackHistoryService alarmCallbackHistoryService,
StreamService streamService,
AlertService alertService) |
| Modifier and Type | Method and Description |
|---|---|
AlarmCallbackHistoryListSummary |
getForAlert(String streamid,
String alertId) |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public AlarmCallbackHistoryResource(AlarmCallbackHistoryService alarmCallbackHistoryService, StreamService streamService, AlertService alertService)
@GET @Timed @Produces(value="application/json") public AlarmCallbackHistoryListSummary getForAlert(@PathParam(value="streamid") String streamid, @PathParam(value="alertId") String alertId) throws NotFoundException
NotFoundExceptionCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.