| Package | Description |
|---|---|
| org.graylog2.rest.models.streams.alerts | |
| org.graylog2.rest.resources.alerts |
| Modifier and Type | Method and Description |
|---|---|
static AlertSummary |
AlertSummary.create(String id,
String conditionId,
String streamId,
String description,
Map<String,Object> conditionParameters,
org.joda.time.DateTime triggeredAt,
org.joda.time.DateTime resolvedAt,
boolean isInterval) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AlertSummary> |
AlertListSummary.alerts() |
| Modifier and Type | Method and Description |
|---|---|
static AlertListSummary |
AlertListSummary.create(long total,
List<AlertSummary> alerts) |
| Modifier and Type | Method and Description |
|---|---|
AlertSummary |
AlertResource.get(String alertId) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.