Class ConfigurationResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.rest.resources.system.ConfigurationResource

@RequiresAuthentication @Path("/system/configuration") @Produces("application/json") public class ConfigurationResource extends RestResource
  • Constructor Details

  • Method Details

    • getRelevant

      @GET @Timed public ExposedConfiguration getRelevant()
    • getRelevantByName

      @GET @Path("/{name}") @Timed public javax.ws.rs.core.Response getRelevantByName(@PathParam("name") @NotEmpty @NotEmpty String configSettingName)