| Package | Description |
|---|---|
| org.graylog2.rest.models.streams.alerts | |
| org.graylog2.rest.resources.alerts | |
| org.graylog2.rest.resources.streams.alerts |
| Modifier and Type | Method and Description |
|---|---|
static AlertListSummary |
AlertListSummary.create(long total,
List<AlertSummary> alerts) |
| Modifier and Type | Method and Description |
|---|---|
AlertListSummary |
AlertResource.listPaginated(int skip,
int limit,
String state) |
AlertListSummary |
AlertResource.listRecent(int sinceTs,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
AlertListSummary |
StreamAlertResource.list(String streamId,
int sinceTs,
int limit) |
AlertListSummary |
StreamAlertResource.listPaginated(String streamId,
int skip,
int limit) |
Copyright © 2012–2017 Graylog, Inc.. All rights reserved.