| 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(@Min(value=0L) int sinceTs,
@Min(value=1L) int limit) |
| Modifier and Type | Method and Description |
|---|---|
AlertListSummary |
StreamAlertResource.list(String streamId,
@Min(value=0L) int sinceTs,
@Min(value=1L) int limit) |
AlertListSummary |
StreamAlertResource.listPaginated(String streamId,
int skip,
int limit,
String state) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.