| 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(InputCreateRequest lr) |
javax.ws.rs.core.Response |
InputsResource.update(InputCreateRequest lr,
String inputId) |
| Modifier and Type | Method and Description |
|---|---|
MessageInput |
MessageInputFactory.create(InputCreateRequest lr,
String user,
String nodeId) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.