| Modifier and Type | Method and Description |
|---|---|
static CollectorAction |
CollectorAction.create(String collectorId,
Map<String,Object> properties) |
static CollectorAction |
CollectorAction.create(String collectorId,
String action) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<CollectorAction> |
CollectorActions.action() |
| Modifier and Type | Method and Description |
|---|---|
static CollectorActions |
CollectorActions.create(String sidecar_id,
org.joda.time.DateTime created,
List<CollectorAction> action) |
static CollectorActions |
CollectorActions.create(String id,
String sidecarId,
org.joda.time.DateTime created,
List<CollectorAction> action) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectorAction> |
ActionResource.getAction(@NotEmpty String sidecarId) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<CollectorAction> |
RegistrationResponse.actions() |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationResponse |
RegistrationResponse.create(SidecarRegistrationConfiguration configuration,
boolean configurationOverride,
List<CollectorAction> actions,
List<ConfigurationAssignment> assignments) |
| Modifier and Type | Method and Description |
|---|---|
CollectorActions |
ActionService.fromRequest(String sidecarId,
List<CollectorAction> actions) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.