Class DebugStreamsResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.rest.resources.system.debug.DebugStreamsResource

@RequiresAuthentication @Path("/system/debug/streams") @Produces("application/json") public class DebugStreamsResource extends RestResource
  • Constructor Details

    • DebugStreamsResource

      @Inject public DebugStreamsResource(StreamRouter streamRouter)
  • Method Details

    • getEngineFingerprint

      @GET @Path("/router_engine_info") @Produces("application/json") public javax.ws.rs.core.Response getEngineFingerprint()