| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AlarmCallbackResource.available(String streamid) |
javax.ws.rs.core.Response |
AlarmCallbackResource.create(String streamid,
String body) |
javax.ws.rs.core.Response |
AlarmCallbackResource.delete(String streamid,
String alarmCallbackId) |
javax.ws.rs.core.Response |
AlarmCallbackResource.get(String streamid) |
javax.ws.rs.core.Response |
AlarmCallbackResource.get(String streamid,
String alarmCallbackId) |
| Modifier and Type | Method and Description |
|---|---|
String |
CountResource.total() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DashboardsResource.addWidget(String body,
String dashboardId) |
javax.ws.rs.core.Response |
DashboardsResource.create(String body) |
javax.ws.rs.core.Response |
DashboardsResource.delete(String dashboardId) |
String |
DashboardsResource.get(String dashboardId) |
String |
DashboardsResource.list() |
javax.ws.rs.core.Response |
DashboardsResource.remove(String dashboardId,
String widgetId) |
javax.ws.rs.core.Response |
DashboardsResource.setPositions(String body,
String dashboardId) |
javax.ws.rs.core.Response |
DashboardsResource.update(String body,
String dashboardId) |
javax.ws.rs.core.Response |
DashboardsResource.updateCacheTime(String body,
String dashboardId,
String widgetId) |
javax.ws.rs.core.Response |
DashboardsResource.updateDescription(String body,
String dashboardId,
String widgetId) |
javax.ws.rs.core.Response |
DashboardsResource.widgetValue(String dashboardId,
String widgetId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DocumentationResource.overview() |
javax.ws.rs.core.Response |
DocumentationResource.route(String route) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
BlacklistSourceResource.create(FilterDescription filterDescription) |
javax.ws.rs.core.Response |
BlacklistSourceResource.delete(String filterId) |
FilterDescription |
BlacklistSourceResource.get(String filterId) |
Set<FilterDescription> |
BlacklistSourceResource.getAll() |
javax.ws.rs.core.Response |
BlacklistSourceResource.update(String filterId,
FilterDescription filterEntry) |
| Modifier and Type | Method and Description |
|---|---|
String |
MessageResource.analyze(String index,
String string) |
String |
MessageResource.search(String index,
String messageId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SavedSearchesResource.create(String body) |
javax.ws.rs.core.Response |
SavedSearchesResource.delete(String searchId) |
String |
AbsoluteSearchResource.fieldHistogramAbsolute(String query,
String field,
String interval,
String from,
String to,
String filter) |
String |
KeywordSearchResource.fieldHistogramKeyword(String query,
String field,
String interval,
String keyword,
String filter) |
String |
RelativeSearchResource.fieldHistogramRelative(String query,
String field,
String interval,
int range,
String filter) |
String |
SavedSearchesResource.get(String searchId) |
String |
AbsoluteSearchResource.histogramAbsolute(String query,
String interval,
String from,
String to,
String filter) |
String |
KeywordSearchResource.histogramKeyword(String query,
String interval,
String keyword,
String filter) |
String |
RelativeSearchResource.histogramRelative(String query,
String interval,
int range,
String filter) |
String |
SavedSearchesResource.list() |
SearchResponse |
AbsoluteSearchResource.searchAbsolute(String query,
String from,
String to,
int limit,
int offset,
String filter,
String fields,
String sort) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
AbsoluteSearchResource.searchAbsoluteChunked(String query,
String from,
String to,
int limit,
int offset,
String filter,
String fields) |
SearchResponse |
KeywordSearchResource.searchKeyword(String query,
String keyword,
int limit,
int offset,
String filter,
String fields,
String sort) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
KeywordSearchResource.searchKeywordChunked(String query,
String keyword,
int limit,
int offset,
String filter,
String fields) |
SearchResponse |
RelativeSearchResource.searchRelative(String query,
int range,
int limit,
int offset,
String filter,
String fields,
String sort) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
RelativeSearchResource.searchRelativeChunked(String query,
int range,
int limit,
int offset,
String filter,
String fields) |
String |
AbsoluteSearchResource.statsAbsolute(String field,
String query,
String from,
String to,
String filter) |
String |
KeywordSearchResource.statsKeyword(String field,
String query,
String keyword,
String filter) |
String |
RelativeSearchResource.statsRelative(String field,
String query,
int range,
String filter) |
String |
AbsoluteSearchResource.termsAbsolute(String field,
String query,
int size,
String from,
String to,
String filter) |
String |
KeywordSearchResource.termsKeyword(String field,
String query,
int size,
String keyword,
String filter) |
String |
RelativeSearchResource.termsRelative(String field,
String query,
int size,
int range,
String filter) |
String |
AbsoluteSearchResource.termsStatsAbsolute(String keyField,
String valueField,
String order,
String query,
int size,
String from,
String to,
String filter) |
String |
RelativeSearchResource.termsStatsRelative(String keyField,
String valueField,
String order,
String query,
int size,
int range,
String filter) |
String |
KeywordSearchResource.termsStatsRelative(String keyField,
String valueField,
String order,
String query,
int size,
String keyword,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
String |
SourcesResource.list(int range) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
CreateRequest cr) |
javax.ws.rs.core.Response |
StreamResource.create(CreateRequest cr) |
javax.ws.rs.core.Response |
StreamResource.delete(String streamId) |
StreamListResponse |
StreamResource.get() |
Stream |
StreamResource.get(String streamId) |
StreamListResponse |
StreamResource.getEnabled() |
javax.ws.rs.core.Response |
StreamResource.oneStreamThroughput(String streamId) |
javax.ws.rs.core.Response |
StreamResource.pause(String streamId) |
javax.ws.rs.core.Response |
StreamResource.resume(String streamId) |
javax.ws.rs.core.Response |
StreamResource.streamThroughput() |
String |
StreamResource.testMatch(String streamId,
Map<String,Map<String,Object>> serialisedMessage) |
Stream |
StreamResource.update(CreateRequest cr,
String streamId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamAlertReceiverResource.addReceiver(String streamid,
String entity,
String type) |
javax.ws.rs.core.Response |
StreamAlertResource.checkConditions(String streamid) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.create(String streamid,
String body) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.delete(String streamid,
String conditionId) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.list(String streamid) |
javax.ws.rs.core.Response |
StreamAlertResource.list(String streamid,
int sinceTs) |
javax.ws.rs.core.Response |
StreamAlertReceiverResource.removeReceiver(String streamid,
String entity,
String type) |
javax.ws.rs.core.Response |
StreamAlertReceiverResource.sendDummyAlert(String streamid) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.update(String streamid,
String conditionid,
String body) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamOutputResource.add(String streamid,
AddOutputRequest request) |
javax.ws.rs.core.Response |
StreamOutputResource.get(String streamid) |
Output |
StreamOutputResource.get(String streamid,
String outputId) |
javax.ws.rs.core.Response |
StreamOutputResource.remove(String streamid,
String outputId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamRuleResource.create(String streamid,
CreateStreamRuleRequest cr) |
javax.ws.rs.core.Response |
StreamRuleResource.delete(String streamid,
String streamRuleId) |
StreamRuleListResponse |
StreamRuleResource.get(String streamid) |
StreamRule |
StreamRuleResource.get(String streamid,
String streamRuleId) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.update(String streamid,
String streamRuleId,
CreateStreamRuleRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
String |
MessagesResource.all(int page) |
String |
MetricsResource.byNamespace(String namespace) |
javax.ws.rs.core.Response |
DeflectorResource.config() |
javax.ws.rs.core.Response |
DeflectorResource.cycle() |
javax.ws.rs.core.Response |
DeflectorResource.deflector() |
javax.ws.rs.core.Response |
NotificationsResource.deleteNotification(String notificationType) |
String |
SystemResource.fields(int limit) |
String |
BufferResource.getBufferClasses() |
String |
MetricsResource.historicSingleMetric(String metricName,
long after) |
String |
SystemResource.jvm() |
String |
PluginResource.list() |
String |
IndexRangesResource.list() |
String |
NotificationsResource.listNotifications() |
String |
MetricsResource.metricNames() |
String |
MetricsResource.metrics() |
String |
MetricsResource.multipleMetrics(MetricsReadRequest request) |
SessionsResource.Session |
SessionsResource.newSession(javax.ws.rs.container.ContainerRequestContext requestContext,
SessionsResource.SessionCreateRequest createRequest) |
String |
ClusterResource.node() |
String |
ClusterResource.node(String nodeId) |
String |
ClusterResource.nodes() |
javax.ws.rs.core.Response |
LoadBalancerStatusResource.override(String status) |
javax.ws.rs.core.Response |
SystemResource.pauseProcessing() |
String |
SystemResource.permissions() |
ReaderPermissionResponse |
SystemResource.readerPermissions(String username) |
javax.ws.rs.core.Response |
IndexRangesResource.rebuild() |
javax.ws.rs.core.Response |
SystemResource.resumeProcessing() |
javax.ws.rs.core.Response |
SystemResource.shutdown() |
String |
MetricsResource.singleMetric(String metricName) |
javax.ws.rs.core.Response |
LoadBalancerStatusResource.status() |
String |
SystemResource.system() |
javax.ws.rs.core.Response |
SessionsResource.terminateSession(String sessionId) |
String |
SystemResource.threaddump() |
String |
ThroughputResource.total() |
String |
BufferResource.utilization() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
IndicesResource.close(String index) |
javax.ws.rs.core.Response |
IndicesResource.closed() |
String |
IndexerClusterResource.clusterHealth() |
String |
IndexerClusterResource.clusterName() |
javax.ws.rs.core.Response |
FailuresResource.count(String since) |
javax.ws.rs.core.Response |
IndicesResource.delete(String index) |
javax.ws.rs.core.Response |
IndicesResource.reopen(String index) |
javax.ws.rs.core.Response |
FailuresResource.single(int limit,
int offset) |
javax.ws.rs.core.Response |
IndicesResource.single(String index) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InputsResource.create(String body) |
javax.ws.rs.core.Response |
StaticFieldsResource.create(String body,
String inputId) |
javax.ws.rs.core.Response |
ExtractorsResource.create(String body,
String inputId) |
javax.ws.rs.core.Response |
StaticFieldsResource.delete(String key,
String inputId) |
String |
InputsResource.info(String inputType) |
javax.ws.rs.core.Response |
InputsResource.launchExisting(String inputId) |
String |
InputsResource.list() |
String |
ExtractorsResource.list(String inputId) |
javax.ws.rs.core.Response |
ExtractorsResource.order(String body,
String inputPersistId) |
javax.ws.rs.core.Response |
InputsResource.restart(String inputId) |
String |
InputsResource.single(String inputId) |
javax.ws.rs.core.Response |
InputsResource.stop(String inputId) |
javax.ws.rs.core.Response |
InputsResource.terminate(String inputId) |
javax.ws.rs.core.Response |
ExtractorsResource.terminate(String inputId,
String extractorId) |
String |
InputsResource.types() |
| Modifier and Type | Method and Description |
|---|---|
String |
SystemJobResource.get(String jobId) |
String |
SystemJobResource.list() |
String |
ServiceManagerResource.list() |
javax.ws.rs.core.Response |
SystemJobResource.trigger(String body) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
LdapResource.deleteLdapSettings() |
javax.ws.rs.core.Response |
LdapResource.getLdapSettings() |
LdapTestConfigResponse |
LdapResource.testLdapConfiguration(LdapTestConfigRequest request) |
javax.ws.rs.core.Response |
LdapResource.updateLdapSettings(String body) |
| Modifier and Type | Method and Description |
|---|---|
String |
LoggersResource.loggers() |
javax.ws.rs.core.Response |
LoggersResource.setSingleLoggerLevel(String loggerName,
String level) |
javax.ws.rs.core.Response |
LoggersResource.setSubsystemLoggerLevel(String subsystemTitle,
String level) |
String |
LoggersResource.subsytems() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
OutputResource.available() |
javax.ws.rs.core.Response |
OutputResource.create(CreateOutputRequest csor) |
javax.ws.rs.core.Response |
OutputResource.delete(String outputId) |
Map<String,Object> |
OutputResource.get() |
Output |
OutputResource.get(String outputId) |
| Modifier and Type | Method and Description |
|---|---|
String |
RadiosResource.persistedInputs(String radioId) |
javax.ws.rs.core.Response |
RadiosResource.ping(String body,
String radioId) |
String |
RadiosResource.radio(String radioId) |
String |
RadiosResource.radios() |
javax.ws.rs.core.Response |
RadiosResource.registerInput(String body,
String radioId) |
javax.ws.rs.core.Response |
RadiosResource.unregisterInput(String radioId,
String inputId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UsersResource.changePassword(String username,
String body) |
javax.ws.rs.core.Response |
UsersResource.changeUser(String username,
String body) |
javax.ws.rs.core.Response |
UsersResource.create(String body) |
javax.ws.rs.core.Response |
UsersResource.deletePermissions(String username) |
javax.ws.rs.core.Response |
UsersResource.deleteUser(String username) |
javax.ws.rs.core.Response |
UsersResource.editPermissions(String username,
String body) |
org.graylog2.rest.resources.users.UsersResource.Token |
UsersResource.generateNewToken(String username,
String name) |
javax.ws.rs.core.Response |
UsersResource.get(String username) |
org.graylog2.rest.resources.users.UsersResource.TokenList |
UsersResource.listTokens(String username) |
javax.ws.rs.core.Response |
UsersResource.listUsers() |
javax.ws.rs.core.Response |
UsersResource.revokeToken(String username,
String token) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.