| Package | Description |
|---|---|
| org.graylog2.rest.models.system.inputs.requests | |
| org.graylog2.rest.resources.system.inputs | |
| org.graylog2.shared.inputs |
| Modifier and Type | Method and Description |
|---|---|
static InputCreateRequest |
InputCreateRequest.create(String title,
String type,
boolean global,
Map<String,Object> configuration,
String node) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InputsResource.create(@Valid @NotNull InputCreateRequest lr) |
javax.ws.rs.core.Response |
InputsResource.update(@Valid @NotNull InputCreateRequest lr,
String inputId) |
| Modifier and Type | Method and Description |
|---|---|
MessageInput |
MessageInputFactory.create(InputCreateRequest lr,
String user,
String nodeId) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.