Class IndexSetDefaultsResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.rest.resources.system.indexer.IndexSetDefaultsResource

@RequiresAuthentication @Path("/system/indices/index_set_defaults") @Produces("application/json") public class IndexSetDefaultsResource extends RestResource
  • Constructor Details

  • Method Details

    • update

      @PUT @Timed @Consumes("application/json") @RequiresPermissions({"clusterconfigentry:create","clusterconfigentry:edit"}) public jakarta.ws.rs.core.Response update(@NotNull @NotNull IndexSetDefaultTemplate defaultTemplate) throws IOException
      Throws:
      IOException