| Package | Description |
|---|---|
| org.graylog2.rest.models.alarmcallbacks.requests | |
| org.graylog2.rest.resources.streams.responses |
| Modifier and Type | Method and Description |
|---|---|
static AlertReceivers |
AlertReceivers.create(List<String> emails,
List<String> users) |
| Modifier and Type | Method and Description |
|---|---|
abstract AlertReceivers |
StreamResponse.alertReceivers() |
| Modifier and Type | Method and Description |
|---|---|
static StreamResponse |
StreamResponse.create(String id,
String creatorUserId,
Collection<OutputSummary> outputs,
String matchingType,
String description,
String createdAt,
boolean disabled,
Collection<StreamRule> rules,
Collection<AlertConditionSummary> alertConditions,
AlertReceivers alertReceivers,
String title,
String contentPack) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.