| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EventDefinitionsResource.create(boolean schedule,
EventDefinitionDto dto,
UserContext userContext) |
javax.ws.rs.core.Response |
EventNotificationsResource.create(NotificationDto dto,
UserContext userContext) |
void |
EventNotificationsResource.delete(@NotBlank String notificationId) |
void |
EventDefinitionsResource.delete(@NotBlank String definitionId) |
void |
EventDefinitionsResource.execute(@NotBlank String definitionId,
@NotNull EventProcessorParameters parameters) |
void |
EventDefinitionsResource.schedule(@NotBlank String definitionId) |
void |
EventDefinitionsResource.unschedule(@NotBlank String definitionId) |
javax.ws.rs.core.Response |
EventDefinitionsResource.update(@NotBlank String definitionId,
boolean schedule,
EventDefinitionDto dto) |
javax.ws.rs.core.Response |
EventNotificationsResource.update(@NotBlank String notificationId,
NotificationDto dto) |
| Modifier and Type | Method and Description |
|---|---|
PipelineConnections |
PipelineConnectionsResource.connectPipelines(@NotNull PipelineConnections connection) |
Set<PipelineConnections> |
PipelineConnectionsResource.connectStreams(@NotNull PipelineReverseConnections connection) |
PipelineSource |
PipelineResource.createFromParser(@NotNull PipelineSource pipelineSource) |
RuleSource |
RuleResource.createFromParser(@NotNull RuleSource ruleSource) |
void |
RuleResource.delete(String id) |
void |
PipelineResource.delete(String id) |
PipelineSource |
PipelineResource.update(String id,
@NotNull PipelineSource update) |
RuleSource |
RuleResource.update(String id,
@NotNull RuleSource update) |
RuleMetricsConfigDto |
RuleResource.updateMetricsConfig(RuleMetricsConfigDto config) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SidecarResource.assignConfiguration(@Valid @NotNull NodeConfigurationRequest request) |
javax.ws.rs.core.Response |
CollectorResource.copyCollector(String id,
String name) |
javax.ws.rs.core.Response |
ConfigurationResource.copyConfiguration(String id,
String name) |
javax.ws.rs.core.Response |
CollectorResource.createCollector(@Valid @NotNull Collector request) |
javax.ws.rs.core.Response |
ConfigurationResource.createConfiguration(@Valid @NotNull Configuration request) |
javax.ws.rs.core.Response |
ConfigurationVariableResource.createConfigurationVariable(@Valid @NotNull ConfigurationVariable request) |
javax.ws.rs.core.Response |
CollectorResource.deleteCollector(String id) |
javax.ws.rs.core.Response |
ConfigurationResource.deleteConfiguration(String id) |
javax.ws.rs.core.Response |
ConfigurationVariableResource.deleteConfigurationVariable(String id) |
javax.ws.rs.core.Response |
AdministrationResource.setAction(@Valid @NotNull BulkActionsRequest request) |
javax.ws.rs.core.Response |
ActionResource.setAction(@NotEmpty String sidecarId,
@Valid @NotNull List<CollectorAction> request) |
javax.ws.rs.core.Response |
CollectorResource.updateCollector(String id,
@Valid @NotNull Collector request) |
javax.ws.rs.core.Response |
ConfigurationResource.updateConfiguration(String id,
@Valid @NotNull Configuration request) |
javax.ws.rs.core.Response |
ConfigurationVariableResource.updateConfigurationVariable(String id,
@Valid @NotNull ConfigurationVariable request) |
| Modifier and Type | Method and Description |
|---|---|
String |
ExportJobsResource.create(@Valid MessagesRequest rawrequest) |
ViewDTO |
ViewsResource.create(@Valid ViewDTO dto,
UserContext userContext) |
String |
ExportJobsResource.createForSearch(String searchId,
@Valid ResultFormat formatFromClient) |
String |
ExportJobsResource.createForSearchType(String searchId,
String searchTypeId,
@Valid ResultFormat formatFromClient) |
javax.ws.rs.core.Response |
SearchResource.createSearch(Search search) |
ViewDTO |
ViewsResource.delete(@NotEmpty String id) |
void |
ViewsResource.setDefault(@NotEmpty String id) |
ViewDTO |
ViewsResource.update(@NotEmpty String id,
@Valid ViewDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionDto |
JobSchedulerResource.create(JobDefinitionDto dto) |
JobTriggerDto |
JobSchedulerResource.createTrigger(@Valid CreateJobTriggerRequest request) |
void |
JobSchedulerResource.delete(@NotBlank String jobDefinitionId) |
JobDefinitionDto |
JobSchedulerResource.update(@NotBlank String jobDefinitionId,
JobDefinitionDto dto) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthServiceBackendsResource.create(@NotNull AuthServiceBackendDTO newConfig) |
void |
AuthServiceBackendsResource.delete(@NotBlank String backendId) |
javax.ws.rs.core.Response |
GlobalAuthServiceConfigResource.update(GlobalAuthServiceConfig.Data body) |
javax.ws.rs.core.Response |
AuthServiceBackendsResource.update(@NotBlank String backendId,
@NotNull AuthServiceBackendDTO updatedConfig) |
HTTPHeaderAuthConfig |
HTTPHeaderAuthenticationConfigResource.updateConfig(@Valid HTTPHeaderAuthConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthzRolesResource.addUser(@NotBlank String roleId,
Set<String> usernames) |
void |
AuthzRolesResource.delete(@NotBlank String roleId) |
void |
AuthzRolesResource.removeUser(@NotBlank String roleId,
@NotBlank String username) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamAlarmCallbackResource.create(String streamid,
CreateAlarmCallbackRequest originalCr) |
void |
StreamAlarmCallbackResource.delete(String streamid,
String alarmCallbackId) |
void |
StreamAlarmCallbackResource.update(String streamid,
String alarmCallbackId,
CreateAlarmCallbackRequest alarmCallbackRequest) |
| Modifier and Type | Method and Description |
|---|---|
SystemJobSummary |
ClusterSystemJobResource.cancelJob(@NotEmpty String jobId) |
void |
ClusterSystemShutdownResource.shutdown(String nodeId) |
Map<String,Optional<InputCreated>> |
ClusterInputStatesResource.start(String inputId) |
Map<String,Optional<InputDeleted>> |
ClusterInputStatesResource.stop(String inputId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RolesResource.addMember(String rolename,
String username,
String body) |
javax.ws.rs.core.Response |
RolesResource.create(@Valid @NotNull RoleResponse roleResponse) |
void |
RolesResource.delete(String name) |
javax.ws.rs.core.Response |
RolesResource.removeMember(String rolename,
String username) |
RoleResponse |
RolesResource.update(String name,
RoleResponse roleRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DecoratorResource.create(@Valid @NotNull DecoratorImpl decorator) |
void |
DecoratorResource.delete(String decoratorId) |
Decorator |
DecoratorResource.update(String decoratorId,
@Valid @NotNull DecoratorImpl decorator) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
@Valid @NotNull CloneStreamRequest cr,
UserContext userContext) |
javax.ws.rs.core.Response |
StreamResource.create(CreateStreamRequest cr,
UserContext userContext) |
void |
StreamResource.delete(String streamId) |
void |
StreamResource.pause(@NotEmpty String streamId) |
void |
StreamResource.resume(@NotEmpty String streamId) |
StreamResponse |
StreamResource.update(String streamId,
@Valid @NotNull UpdateStreamRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamAlertResource.addReceiver(String streamId,
String entity,
String type)
Deprecated.
|
javax.ws.rs.core.Response |
StreamAlertConditionResource.create(String streamid,
@Valid @NotNull CreateConditionRequest ccr) |
void |
StreamAlertConditionResource.delete(String streamid,
String conditionId) |
AlertConditionSummary |
StreamAlertConditionResource.get(String streamId,
String conditionId) |
void |
StreamAlertResource.removeReceiver(String streamId,
String entity,
String type)
Deprecated.
|
void |
StreamAlertConditionResource.update(String streamid,
String conditionid,
@Valid @NotNull CreateConditionRequest ccr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamOutputResource.add(String streamid,
@Valid @NotNull AddOutputRequest aor) |
void |
StreamOutputResource.remove(String streamid,
String outputId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamRuleResource.create(String streamId,
@Valid @NotNull CreateStreamRuleRequest cr) |
void |
StreamRuleResource.delete(String streamid,
@NotEmpty String streamRuleId) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.update(String streamid,
String streamRuleId,
@Valid @NotNull CreateStreamRuleRequest cr) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.updateDeprecated(String streamid,
String streamRuleId,
@Valid @NotNull CreateStreamRuleRequest cr)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
GrokResource.bulkUpdatePatterns(@NotNull GrokPatternList patternList,
boolean replace) |
javax.ws.rs.core.Response |
GrokResource.bulkUpdatePatternsFromTextFile(@NotNull InputStream patternsFile,
boolean replace) |
javax.ws.rs.core.Response |
GrokResource.createPattern(@Valid @NotNull GrokPattern pattern) |
void |
DeflectorResource.cycle(String indexSetId) |
void |
ClusterConfigResource.delete(@NotBlank String configClass) |
void |
NotificationsResource.deleteNotification(String notificationType) |
void |
DeflectorResource.deprecatedCycle()
Deprecated.
|
void |
GettingStartedResource.dismissGettingStarted() |
void |
SystemProcessingResource.pauseProcessing() |
javax.ws.rs.core.Response |
UrlWhitelistResource.put(@NotNull UrlWhitelist whitelist) |
javax.ws.rs.core.Response |
IndexRangesResource.rebuild() |
javax.ws.rs.core.Response |
IndexRangesResource.rebuildIndex(@NotEmpty String index) |
javax.ws.rs.core.Response |
IndexRangesResource.rebuildIndexSet(@NotBlank String indexSetId) |
void |
GrokResource.removePattern(String patternId) |
void |
SystemProcessingResource.resumeProcessing() |
javax.ws.rs.core.Response |
SystemShutdownResource.shutdown() |
void |
SessionsResource.terminateSession(String sessionId) |
void |
SystemProcessingResource.unlockProcessingPause() |
javax.ws.rs.core.Response |
ClusterConfigResource.update(@NotBlank String configClass,
@NotNull InputStream body) |
MessageProcessorsConfigWithDescriptors |
MessageProcessorsResource.updateConfig(MessageProcessorsConfigWithDescriptors configWithDescriptors) |
GrokPattern |
GrokResource.updatePattern(String patternId,
GrokPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ContentPackResource.createContentPack(@NotNull @Valid ContentPack contentPack) |
void |
ContentPackResource.deleteContentPack(ModelId contentPackId) |
void |
ContentPackResource.deleteContentPack(ModelId contentPackId,
int revision) |
javax.ws.rs.core.Response |
ContentPackResource.deleteContentPackInstallationById(ModelId contentPackId,
String installationId) |
ContentPackInstallation |
ContentPackResource.installContentPack(ModelId id,
int revision,
@Valid @NotNull ContentPackInstallationRequest contentPackInstallationRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesResource.close(@NotNull String index) |
void |
IndicesResource.delete(@NotNull String index) |
void |
IndexSetsResource.delete(String id,
boolean deleteIndices) |
void |
IndicesResource.reopen(String index) |
IndexSetSummary |
IndexSetsResource.save(@Valid @NotNull IndexSetSummary indexSet) |
IndexSetSummary |
IndexSetsResource.setDefault(String id) |
IndexTemplatesResource.IndexTemplateResponse |
IndexTemplatesResource.sync(@NotBlank String indexSetId) |
Set<IndexTemplatesResource.IndexTemplateResponse> |
IndexTemplatesResource.syncAll() |
IndexSetSummary |
IndexSetsResource.update(String id,
@Valid @NotNull IndexSetUpdateRequest updateRequest) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InputsResource.create(@Valid @NotNull InputCreateRequest lr) |
javax.ws.rs.core.Response |
ExtractorsResource.create(String inputId,
@Valid @NotNull CreateExtractorRequest cer) |
javax.ws.rs.core.Response |
StaticFieldsResource.create(String inputId,
@Valid @NotNull CreateStaticFieldRequest csfr) |
void |
StaticFieldsResource.delete(String key,
String inputId) |
void |
ExtractorsResource.order(String inputPersistId,
OrderExtractorsRequest oer) |
InputCreated |
InputStatesResource.start(String inputId) |
InputDeleted |
InputStatesResource.stop(String inputId) |
void |
InputsResource.terminate(String inputId) |
void |
ExtractorsResource.terminate(String inputId,
String extractorId) |
javax.ws.rs.core.Response |
InputsResource.update(@Valid @NotNull InputCreateRequest lr,
String inputId) |
ExtractorSummary |
ExtractorsResource.update(String inputId,
String extractorId,
@Valid @NotNull CreateExtractorRequest cer) |
| Modifier and Type | Method and Description |
|---|---|
SystemJobSummary |
SystemJobResource.cancel(@NotEmpty String jobId) |
javax.ws.rs.core.Response |
SystemJobResource.trigger(@Valid @NotNull TriggerRequest tr) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggersResource.setSingleLoggerLevel(@NotEmpty String loggerName,
@NotEmpty String level) |
void |
LoggersResource.setSubsystemLoggerLevel(@NotEmpty String subsystemTitle,
@NotEmpty String level) |
| Modifier and Type | Method and Description |
|---|---|
DataAdapterApi |
LookupTableResource.createAdapter(@Valid DataAdapterApi newAdapter) |
CacheApi |
LookupTableResource.createCache(CacheApi newCache) |
LookupTableApi |
LookupTableResource.createTable(LookupTableApi lookupTable) |
DataAdapterApi |
LookupTableResource.deleteAdapter(@NotEmpty String idOrName) |
CacheApi |
LookupTableResource.deleteCache(@NotEmpty String idOrName) |
LookupTableApi |
LookupTableResource.removeTable(@NotEmpty String idOrName) |
DataAdapterApi |
LookupTableResource.updateAdapter(@NotEmpty String idOrName,
@Valid DataAdapterApi toUpdate) |
CacheApi |
LookupTableResource.updateCache(@NotEmpty String idOrName,
CacheApi toUpdate) |
LookupTableApi |
LookupTableResource.updateTable(@NotEmpty String idOrName,
@Valid LookupTableApi toUpdate) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
OutputResource.create(CreateOutputRequest csor) |
void |
OutputResource.delete(String outputId) |
Output |
OutputResource.update(String outputId,
Map<String,Object> deltas) |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersResource.changePassword(String userId,
@Valid ChangePasswordRequest cr) |
void |
UsersResource.changeUser(String userId,
@Valid @NotNull ChangeUserRequest cr) |
javax.ws.rs.core.Response |
UsersResource.create(@Valid @NotNull CreateUserRequest cr) |
void |
UsersResource.deletePermissions(String username) |
void |
UsersResource.deleteUser(String username) |
void |
UsersResource.deleteUserById(String userId) |
void |
UsersResource.editPermissions(String username,
@Valid @NotNull PermissionEditRequest permissionRequest) |
Token |
UsersResource.generateNewToken(String userId,
String name,
String body) |
void |
UsersResource.revokeToken(String userId,
String idOrToken) |
void |
UsersResource.savePreferences(String username,
UpdateUserPreferences preferencesRequest) |
javax.ws.rs.core.Response |
UsersResource.updateAccountStatus(@NotBlank String userId,
@NotBlank String newStatusString,
UserContext userContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancerStatusResource.override(String status) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.