@Path(value="/system/deflector") public class DeflectorResource extends RestResource
configuration, userService| Constructor and Description |
|---|
DeflectorResource(IndexSetRegistry indexSetRegistry,
ActivityWriter activityWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
cycle(String indexSetId) |
DeflectorSummary |
deflector(String indexSetId) |
void |
deprecatedCycle()
Deprecated.
|
DeflectorSummary |
deprecatedDeflector()
Deprecated.
|
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getIndexSet, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public DeflectorResource(IndexSetRegistry indexSetRegistry, ActivityWriter activityWriter)
@GET @Timed @Produces(value="application/json") @Deprecated public DeflectorSummary deprecatedDeflector() throws TooManyAliasesException
TooManyAliasesException@GET
@Timed
@Path(value="/{indexSetId}")
@Produces(value="application/json")
public DeflectorSummary deflector(@PathParam(value="indexSetId")
String indexSetId)
throws TooManyAliasesException
TooManyAliasesException@POST @Timed @Path(value="/cycle") @Deprecated public void deprecatedCycle()
@POST
@Timed
@Path(value="/{indexSetId}/cycle")
public void cycle(@PathParam(value="indexSetId")
String indexSetId)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.